mirror of
https://github.com/reactos/reactos.git
synced 2026-05-07 15:26:49 +08:00
[WINE] Remove hacks for missing _swprintf / _vswprintf
This commit is contained in:
@@ -24,12 +24,6 @@
|
||||
#define WINE_UNICODE_INLINE static inline
|
||||
#endif
|
||||
|
||||
#if (_WIN32_WINNT < _WIN32_WINNT_VISTA) || (DLL_EXPORT_VERSION < _WIN32_WINNT_VISTA)
|
||||
/* msvcrt versions incompatibilities */
|
||||
#define _swprintf(s,f,...) _snwprintf((s),MAXLONG,(f),##__VA_ARGS__)
|
||||
#define _vswprintf(s,f,v) _vsnwprintf((s),MAXLONG,(f),(v))
|
||||
#endif
|
||||
|
||||
#define memicmpW(s1,s2,n) _wcsnicmp((s1),(s2),(n))
|
||||
#define strlenW(s) wcslen((s))
|
||||
#define strcpyW(d,s) wcscpy((d),(s))
|
||||
|
||||
Reference in New Issue
Block a user