Commit ac6c7a9a authored by Martin Fuchs's avatar Martin Fuchs Committed by Alexandre Julliard

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

parent 60fc2425
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
* *
*/ */
#include "config.h"
#include "wine/port.h"
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
#include <stdlib.h> /* atoi */ #include <stdlib.h> /* atoi */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment