Re: winemenubuilder: extract icons from NE binaries too
17 May
2011
17 May
'11
4:44 a.m.
Damjan Jovanovic <damjan.jov(a)gmail.com> writes:
--- a/programs/winemenubuilder/Makefile.in +++ b/programs/winemenubuilder/Makefile.in @@ -1,7 +1,7 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS MODULE = winemenubuilder.exe APPMODE = -mwindows -municode -IMPORTS = uuid windowscodecs shell32 shlwapi ole32 user32 advapi32 +IMPORTS = uuid windowscodecs shell32 shlwapi ole32 user32 advapi32 kernel
You really don't want to use 16-bit functions here. This should be done with normal 32-bit calls. -- Alexandre Julliard julliard(a)winehq.org
5413
Age (days ago)
5413
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard