Include windows.h properly.

This commit is contained in:
Themaister 2011-10-18 14:05:30 +02:00
parent 5bc8090ea7
commit 068c224d83

View File

@ -41,6 +41,9 @@
#ifndef _WIN32
#include <sys/param.h> // MAXPATHLEN
#else
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif
#ifndef MAXPATHLEN