comctl32: MSVC portability fix

Martin Fuchs martin-fuchs at gmx.net
Tue Nov 1 10:40:37 CST 2005


Changelog:
include config.h and port.h for strncasecmp() in MSVC port


Index: string.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/string.c,v
retrieving revision 1.6
diff -u -p -d -r1.6 string.c
--- string.c	25 Feb 2005 14:07:58 -0000	1.6
+++ string.c	1 Nov 2005 16:39:55 -0000
@@ -35,6 +35,9 @@
 
 #include "wine/debug.h"
 
+#include "config.h"
+#include "wine/port.h"	/* strncasecmp */
+
 WINE_DEFAULT_DEBUG_CHANNEL(commctrl);
 
 /*************************************************************************




More information about the wine-patches mailing list