diff options
author | crupest <crupest@outlook.com> | 2021-06-09 22:31:11 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-09 22:31:11 +0800 |
commit | c81a4458831f66818e9118fe6e0c37f54acf22f1 (patch) | |
tree | e6cab66da28bd5733d8069573cd38fe15a67ad8e /operating-system-experiment/Base.h | |
parent | f3bab43b55c73c58e9eaf5749d0604d813a87a78 (diff) | |
parent | 85481d521cfb996e7487a95f3727474d79e27281 (diff) | |
download | life-c81a4458831f66818e9118fe6e0c37f54acf22f1.tar.gz life-c81a4458831f66818e9118fe6e0c37f54acf22f1.tar.bz2 life-c81a4458831f66818e9118fe6e0c37f54acf22f1.zip |
Merge branch 'main' of https://github.com/crupest/life
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
|