mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
68d08b8c7b
This reverts commit fab5605ad5
.
8 lines
109 B
C
8 lines
109 B
C
#pragma once
|
|
|
|
#ifdef _WIN32
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
#else
|
|
|
|
#endif |