xenia/third_party/crunch/crnlib/crn_winhdr.h

20 lines
246 B
C
Raw Normal View History

2014-01-21 07:02:34 +00:00
#pragma once
#ifndef WIN32
#error Should not get here
#endif
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x500
#endif
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include "windows.h"