mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 21:02:48 +00:00
10 lines
126 B
C
10 lines
126 B
C
#pragma once
|
|
|
|
#ifdef _WIN32
|
|
// #define WIN32_LEAN_AND_MEAN
|
|
#define NOMINMAX
|
|
#include <windows.h>
|
|
#else
|
|
|
|
#endif
|