diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-08 14:40:22 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-08 14:40:22 +0200 |
commit | bc2c3138f9cd8322f859c6d8df2b73571f5a78fd (patch) | |
tree | 45a97f8d91489b9f6bd437805b1b01078f79e8a3 /vjoystick/src/stdafx.h | |
parent | 3b50a4a4b1857e4038df9fef33adf21ca6e28612 (diff) |
add vjoystick
Diffstat (limited to 'vjoystick/src/stdafx.h')
-rw-r--r-- | vjoystick/src/stdafx.h | 21 |
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
|