Author: tkreuzer
Date: Mon Dec 22 20:22:44 2008
New Revision: 38293
URL:
http://svn.reactos.org/svn/reactos?rev=38293&view=rev
Log:
sorry forgot this file, another wine compatibility header
Added:
trunk/reactos/include/reactos/wine/string.h (with props)
Added: trunk/reactos/include/reactos/wine/string.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/strin…
==============================================================================
--- trunk/reactos/include/reactos/wine/string.h (added)
+++ trunk/reactos/include/reactos/wine/string.h [iso-8859-1] Mon Dec 22 20:22:44 2008
@@ -1,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 */
Propchange: trunk/reactos/include/reactos/wine/string.h
------------------------------------------------------------------------------
svn:eol-style = native