X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fwindows%2Fwinapi.h;fp=source%2Fcore%2Fwindows%2Fwinapi.h;h=dca088078f05de073a4b49c3f72b76ca25b51c04;hp=0000000000000000000000000000000000000000;hb=3ba20e3ddde250a78ab2410012551eb60304f766;hpb=0b51556bd22d9d9c2dc10692fc3c1feb3c6e98b3 diff --git a/source/core/windows/winapi.h b/source/core/windows/winapi.h new file mode 100644 index 0000000..dca0880 --- /dev/null +++ b/source/core/windows/winapi.h @@ -0,0 +1,12 @@ +#ifndef MSP_CORE_WINAPI_H_ +#define MSP_CORE_WINAPI_H_ + +#ifndef WIN32_LEAN_AND_MEAN +#define WIN32_LEAN_AND_MEAN +#endif +#ifndef NOMINMAX +#define NOMINMAX +#endif +#include + +#endif