1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-29 16:51:23 +00:00

[UNICODE] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-04-11 12:25:43 +01:00
parent abe6bbabfb
commit 6cbd6bd3ce
81 changed files with 103 additions and 98 deletions
sdk/tools/unicode

View file

@ -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 )
{