ChangeSet ID: 21025 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)winehq.org 2005/11/01 15:37:19 Modified files: dlls/comctl32 : string.c Log message: Martin Fuchs <martin-fuchs(a)gmx.net> Include config.h and port.h for strncasecmp() in MSVC port. Patch: http://cvs.winehq.org/patch.py?id=21025 Old revision New revision Changes Path 1.6 1.7 +3 -0 wine/dlls/comctl32/string.c Index: wine/dlls/comctl32/string.c diff -u -p wine/dlls/comctl32/string.c:1.6 wine/dlls/comctl32/string.c:1.7 --- wine/dlls/comctl32/string.c:1.6 1 Nov 2005 21:37:19 -0000 +++ wine/dlls/comctl32/string.c 1 Nov 2005 21:37:19 -0000 @@ -22,6 +22,9 @@ * */ +#include "config.h" +#include "wine/port.h" + #include <stdarg.h> #include <string.h> #include <stdlib.h> /* atoi */
participants (1)
-
Alexandre Julliard