Michael Stefaniuc mstefani@redhat.de writes:
Michael Stefaniuc mstefani@redhat.com
- silence some warnings due to casts between pointer and intergers of different size
Note that HINSTANCE handles in general cannot be converted by simply truncating the handle, so the places where we do that should be fixed properly. The fact that we get warnings for them with -DSTRICT is a feature, so please don't silence them without making sure the code is right first.