diff options
Diffstat (limited to 'Build/source/texk/kpathsea/win32lib.h')
-rw-r--r-- | Build/source/texk/kpathsea/win32lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/win32lib.h b/Build/source/texk/kpathsea/win32lib.h index abea8a2bb8d..fdc1cd999c7 100644 --- a/Build/source/texk/kpathsea/win32lib.h +++ b/Build/source/texk/kpathsea/win32lib.h @@ -15,7 +15,7 @@ #pragma warning(disable: 4255) #define boolean donotuse_boolean -#include <windows.h> /* Somewhere here WIN32 gets defined */ +#include <windows.h> /* Somewhere here WIN32 gets defined */ #undef boolean #if _MSC_VER>=1200 |