summaryrefslogtreecommitdiffstats
path: root/Samples/C++/REGISTER/test/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'Samples/C++/REGISTER/test/stdafx.h')
-rw-r--r--Samples/C++/REGISTER/test/stdafx.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/Samples/C++/REGISTER/test/stdafx.h b/Samples/C++/REGISTER/test/stdafx.h
new file mode 100644
index 0000000..47a0d02
--- /dev/null
+++ b/Samples/C++/REGISTER/test/stdafx.h
@@ -0,0 +1,15 @@
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+
+#pragma once
+
+#include "targetver.h"
+
+#include <stdio.h>
+#include <tchar.h>
+
+
+
+// TODO: reference additional headers your program requires here
OpenPOWER on IntegriCloud