aboutsummaryrefslogtreecommitdiff
path: root/works/life/operating-system-experiment/Base.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-09 22:31:11 +0800
committercrupest <crupest@outlook.com>2021-06-09 22:31:11 +0800
commit59be99aad9d7ad36e3edf648dbbd6b5b215c125c (patch)
tree73cf88107c915ed1657d6e2a6b9584cc48c52113 /works/life/operating-system-experiment/Base.h
parent8268724a054a42f9446736c42d8f04a0207aa12d (diff)
parent8bdb5db67fa3eeda755511f91fd257bde548a18f (diff)
downloadcrupest-59be99aad9d7ad36e3edf648dbbd6b5b215c125c.tar.gz
crupest-59be99aad9d7ad36e3edf648dbbd6b5b215c125c.tar.bz2
crupest-59be99aad9d7ad36e3edf648dbbd6b5b215c125c.zip
import(life): Merge branch 'main' of https://github.com/crupest/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