Fix build with x86_64-MinGW-w64. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4761 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2014-11-24 06:30:47 +00:00
parent 60a91c6c79
commit 2c7b31958a

View file

@ -12,30 +12,19 @@
* names. * names.
*/ */
#include "compat.h"
#ifdef _WIN32 #ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
//#define _WIN32_IE 0x0400
#define _WIN32_WINNT 0x0501
#include <windows.h>
# include <shlobj.h> # include <shlobj.h>
# include <direct.h> # include <direct.h>
#endif #endif
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/types.h>
// #include <sys/stat.h>
#include <limits.h>
#if defined(_MSC_VER) #if defined(_MSC_VER)
# include <io.h> # include <io.h>
#else #else
# include <dirent.h> # include <dirent.h>
#endif #endif
#include "compat.h"
#include "baselayer.h" #include "baselayer.h"
////////// PANICKING ALLOCATION FUNCTIONS ////////// ////////// PANICKING ALLOCATION FUNCTIONS //////////