Fix warnings about casting pointer from/to different size integer
commite49093b75fb29ac4d0fb4b02cdce402e4feb039e
authorDimitar Zhekov <dimitar.zhekov@gmail.com>
Tue, 24 Nov 2015 19:04:05 +0000 (24 21:04 +0200)
committerDimitar Zhekov <dimitar.zhekov@gmail.com>
Tue, 24 Nov 2015 19:04:05 +0000 (24 21:04 +0200)
treedb3912b0adb03dfa945a12bcd75b792336792a55
parent1a84bb6e34f00199e8659edcf53376f3b0047117
Fix warnings about casting pointer from/to different size integer

These appear under 64-bit Windows. Only the sciwrappers.c warning is
potentially dangerous. For win32.c, the "handle" provides some useful
information, while "lStdHandle" does not.
src/sciwrappers.c
src/win32.c
tagmanager/src/tm_workspace.c