summaryrefslogtreecommitdiff
path: root/ThirdParty/StaticConstructor/StaticConstructorSample/stdafx.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-31 14:27:26 +0800
committerchai <chaifix@163.com>2021-10-31 14:27:26 +0800
commit601442f94fc0dcfdc5a117c5f87d90b156d53045 (patch)
treeb006bcd6a28a965a900c64f4716007fcb45eee98 /ThirdParty/StaticConstructor/StaticConstructorSample/stdafx.cpp
parent26f05c6e3dcac9995345fb5a2b031be7e3ea79e9 (diff)
+static initiator
Diffstat (limited to 'ThirdParty/StaticConstructor/StaticConstructorSample/stdafx.cpp')
-rw-r--r--ThirdParty/StaticConstructor/StaticConstructorSample/stdafx.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/ThirdParty/StaticConstructor/StaticConstructorSample/stdafx.cpp b/ThirdParty/StaticConstructor/StaticConstructorSample/stdafx.cpp
new file mode 100644
index 0000000..88d97ab
--- /dev/null
+++ b/ThirdParty/StaticConstructor/StaticConstructorSample/stdafx.cpp
@@ -0,0 +1,8 @@
+// stdafx.cpp : source file that includes just the standard includes
+// StaticConstructorSample.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
+// TODO: reference any additional headers you need in STDAFX.H
+// and not in this file