diff options
| author | ruki <[email protected]> | 2021-12-07 23:23:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-12-07 23:23:40 +0800 |
| commit | b3ae4feec5afe623183d92f8f3f9f0347f6abaea (patch) | |
| tree | 7c011f929a2902aeec3c56a31949c3755b367b5c /tests/projects/windows/winsdk/windemo/stdafx.cpp | |
| parent | 9d19f1a747c0ebf692fbeca25a78f41b7fcd55e3 (diff) | |
add linux driver example
Diffstat (limited to 'tests/projects/windows/winsdk/windemo/stdafx.cpp')
| -rw-r--r-- | tests/projects/windows/winsdk/windemo/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/projects/windows/winsdk/windemo/stdafx.cpp b/tests/projects/windows/winsdk/windemo/stdafx.cpp new file mode 100644 index 000000000..50daaa27d --- /dev/null +++ b/tests/projects/windows/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
|
