sorry forgot this file, another wine compatibility header

svn path=/trunk/; revision=38293
This commit is contained in:
Timo Kreuzer 2008-12-23 02:22:44 +00:00
parent d7b6e7cdad
commit c8ad8b0005

View file

@ -0,0 +1,12 @@
#ifndef __WINE_STRING_H
#define __WINE_STRING_H
#include_next <string.h>
#define strcasecmp _stricmp
#define strncasecmp _strnicmp
#define stricmp _stricmp
#define wcsicmp _wcsicmp
#endif /* !__WINE_STRING_H */