mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[UNICODE] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
#define WINE_UNICODE_INLINE /* nothing */
|
||||
#include "wine/unicode.h"
|
||||
|
||||
#ifdef __REACTOS__
|
||||
#define min(a,b) (((a) < (b)) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
int strcmpiW( const WCHAR *str1, const WCHAR *str2 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user