summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Concept/Framework/stdafx.h')
-rw-r--r--source/Concept/Framework/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Concept/Framework/stdafx.h b/source/Concept/Framework/stdafx.h
index db15d17..5a50add 100644
--- a/source/Concept/Framework/stdafx.h
+++ b/source/Concept/Framework/stdafx.h
@@ -1,6 +1,6 @@
#include <stdlib.h>
-#ifdef _WIN32
+#ifdef _MSC_VER // MS VC++
#include <memory.h>
#endif