Files
unity/crnlib/crn_winhdr.h
T
richgel99@gmail.com 9f98ea7e22
2011-12-27 21:18:07 +00:00

16 lines
218 B
C

#pragma once
#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"