Shlwapi and user32 question
Hola, The only thing keeping me from building shlwapi is that its import the non-win32 call wvsnprintfA and wvsnprintfW from user32 to implement wvnsprintfA and wvnsprintfW. I did a search of the wine source tree and nothing else seems to depend on these functions being exported from user32. Can they be moved somewhere else or removed? Thanks Steven "Every revolution was once a thought in one man's mind" - Ralph Waldo Emerson
"Steven Edwards" <Steven_Ed4153(a)yahoo.com> writes:
The only thing keeping me from building shlwapi is that its import the non-win32 call wvsnprintfA and wvsnprintfW from user32 to implement wvnsprintfA and wvnsprintfW. I did a search of the wine source tree and nothing else seems to depend on these functions being exported from user32. Can they be moved somewhere else or removed?
The problem is that the user32 wvsprintf depends on wvsnprintf. The only way is to duplicate the implementation I'm afraid. -- Alexandre Julliard julliard(a)winehq.com
participants (2)
-
Alexandre Julliard -
Steven Edwards