summaryrefslogtreecommitdiffhomepage
path: root/vjoystick/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'vjoystick/src/stdafx.h')
-rw-r--r--vjoystick/src/stdafx.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/vjoystick/src/stdafx.h b/vjoystick/src/stdafx.h
new file mode 100644
index 0000000..2867cfb
--- /dev/null
+++ b/vjoystick/src/stdafx.h
@@ -0,0 +1,21 @@
+// 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 <stdio.h>
+#include <tchar.h>
+
+#include <windows.h>
+#include <basetyps.h>
+#include <cfgmgr32.h>
+#include <Setupapi.h>
+#include <strsafe.h>
+#include <Newdev.h>
+#include <INITGUID.H>
+
+
+
+// TODO: reference additional headers your program requires here