aboutsummaryrefslogtreecommitdiff
path: root/works/life/operating-system-experiment/Base.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-09 22:28:01 +0800
committercrupest <crupest@outlook.com>2021-06-09 22:28:01 +0800
commit8bdb5db67fa3eeda755511f91fd257bde548a18f (patch)
tree2f8bdc79c6106c8cd4500113b8dd764316bf9896 /works/life/operating-system-experiment/Base.h
parentd42dfdf4b903763997d47b6e2214c2ce33b9bf8e (diff)
downloadcrupest-8bdb5db67fa3eeda755511f91fd257bde548a18f.tar.gz
crupest-8bdb5db67fa3eeda755511f91fd257bde548a18f.tar.bz2
crupest-8bdb5db67fa3eeda755511f91fd257bde548a18f.zip
import(life): ...
Diffstat (limited to 'works/life/operating-system-experiment/Base.h')
-rw-r--r--works/life/operating-system-experiment/Base.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/works/life/operating-system-experiment/Base.h b/works/life/operating-system-experiment/Base.h
index b3ac1ee..6964c1c 100644
--- a/works/life/operating-system-experiment/Base.h
+++ b/works/life/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