screen.h: remove #include <windows.h>

This commit is contained in:
Thomas Bernard
2020-01-04 17:22:58 +01:00
parent 811cb619b6
commit 3551f6bbc6
6 changed files with 12 additions and 9 deletions

View File

@@ -61,6 +61,9 @@ char * Bound_script[10];
#include <limits.h> //for INT_MIN
#include <string.h> // strncpy()
#include <stdlib.h> // for atof()
#if defined(WIN32)
#include <windows.h>
#endif
#if defined(_MSC_VER)
#define strdup _strdup
#define putenv _putenv