- change the internal functions in windows/cursoricon.c to use 32bit
commitbc54d78532675aea30db234234f81b815099c7e6
authorMichael Stefaniuc <mstefani@redhat.de>
Thu, 10 Oct 2002 21:22:09 +0000 (10 21:22 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 10 Oct 2002 21:22:09 +0000 (10 21:22 +0000)
tree38c4eb63e2fbbd886ee955c01d8947283115ec1e
parentb41d4feda136ba54da07d2fcaf7dd3aeea66051c
- change the internal functions in windows/cursoricon.c to use 32bit
  handles
- move the implementation of ExtractAssociatedIcon16 to
  ExtractAssociatedIconA
- convert HICON to a void*
- fixed some handle conversions that happened to be in the way while
  doing the above
28 files changed:
controls/static.c
dlls/comctl32/listview.c
dlls/comctl32/propsheet.c
dlls/comctl32/status.c
dlls/commdlg/filedlg.c
dlls/ole32/ole2.c
dlls/shell32/dialogs.c
dlls/shell32/iconcache.c
dlls/shell32/shell.c
dlls/shell32/shell32_main.c
dlls/shell32/shell32_main.h
dlls/shlwapi/ordinal.c
dlls/user/exticon.c
dlls/x11drv/desktop.c
dlls/x11drv/window.c
dlls/x11drv/winpos.c
graphics/x11drv/bitmap.c
include/cursoricon.h
include/user.h
include/windef.h
msdos/interrupts.c
windows/class.c
windows/cursoricon.c
windows/defwnd.c
windows/mdi.c
windows/msgbox.c
windows/nonclient.c
windows/win.c