Looks like another MSVC build fix

git-svn-id: https://svn.eduke32.com/eduke32@4535 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2014-07-06 00:11:58 +00:00
parent a28bd4ec49
commit d7a3f8e78a

View file

@ -1,12 +1,13 @@
// Windows layer-independent code
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "compat.h"
#include "build.h"
#include "baselayer.h"
#include "osd.h"
#include "cache1d.h"
#include "winbits.h"
#if defined(_M_X64) || defined(__amd64__) || defined(__x86_64__)