diff options
| author | ruki <[email protected]> | 2019-09-10 00:44:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-09 22:28:11 +0800 |
| commit | c58d64d433d2a3e2c97ead29738722aa653ae88a (patch) | |
| tree | a4ca97893fe476aa99137796d1f630a9aa7e3f5f /tests/projects/winsdk/windemo/stdafx.cpp | |
| parent | 53cb6cf113e29f8dd17f51eb416e649c0e5f1f48 (diff) | |
add windemo
Diffstat (limited to 'tests/projects/winsdk/windemo/stdafx.cpp')
| -rw-r--r-- | tests/projects/winsdk/windemo/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/projects/winsdk/windemo/stdafx.cpp b/tests/projects/winsdk/windemo/stdafx.cpp new file mode 100644 index 000000000..50daaa27d --- /dev/null +++ b/tests/projects/winsdk/windemo/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes
+// testw.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
|
