Include config.h and port.h for strncasecmp() in MSVC port.
This commit is contained in:
parent
60fc2425e3
commit
ac6c7a9a10
|
@ -22,6 +22,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h> /* atoi */
|
||||
|
|
Loading…
Reference in New Issue