Sync to Wine HEAD. Done with my first try of a autosync script for the normal apps.
[reactos.git] / rosapps / applications / winfile / winefile.h
index cba4843..7c1f66c 100644 (file)
@@ -150,11 +150,9 @@ extern WINEFILE_GLOBALS Globals;
 #ifdef UNICODE
 extern void _wsplitpath(const WCHAR* path, WCHAR* drv, WCHAR* dir, WCHAR* name, WCHAR* ext);
 #define _tsplitpath _wsplitpath
-#define _stprintf msvcrt_swprintf
 #else
 extern void _splitpath(const CHAR* path, CHAR* drv, CHAR* dir, CHAR* name, CHAR* ext);
 #define _tsplitpath _splitpath
-#define _stprintf sprintf
 #endif
 
 #else