"Steven Edwards" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]