Include config.h and port.h for strncasecmp() in MSVC port.

This commit is contained in:
Martin Fuchs 2005-11-01 21:37:19 +00:00 committed by Alexandre Julliard
parent 60fc2425e3
commit ac6c7a9a10
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <string.h>
#include <stdlib.h> /* atoi */