diff options
author | crupest <crupest@outlook.com> | 2021-06-09 22:28:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-09 22:28:01 +0800 |
commit | 85481d521cfb996e7487a95f3727474d79e27281 (patch) | |
tree | 967f655f14657cf0392fc567fb8144f0101b79a1 /operating-system-experiment/Base.h | |
parent | a2cf634d1bceb3614b1f5adcab5b2b41cddbd3c4 (diff) | |
download | life-85481d521cfb996e7487a95f3727474d79e27281.tar.gz life-85481d521cfb996e7487a95f3727474d79e27281.tar.bz2 life-85481d521cfb996e7487a95f3727474d79e27281.zip |
...
Diffstat (limited to 'operating-system-experiment/Base.h')
-rw-r--r-- | operating-system-experiment/Base.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/operating-system-experiment/Base.h b/operating-system-experiment/Base.h index b3ac1ee..6964c1c 100644 --- a/operating-system-experiment/Base.h +++ b/operating-system-experiment/Base.h @@ -6,10 +6,6 @@ #endif
#ifdef CRU_WINDOWS
-#include <Windows.h>
-#endif
-
-#ifdef CRU_WINDOWS
#ifdef CRU_EXPORT_API
#define CRU_API __declspec(dllexport)
#else
|