Move jni source code to project root
This commit is contained in:
11
src/main/headers/stdafx.h
Normal file
11
src/main/headers/stdafx.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#define DIRECTINPUT_VERSION 0x0800
|
||||
|
||||
#include <windows.h>
|
||||
#include <dinput.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef JXINPUT_EXPORTS
|
||||
#define JXINPUT_API __declspec(dllexport)
|
||||
#else
|
||||
#define JXINPUT_API __declspec(dllimport)
|
||||
#endif
|
||||
Reference in New Issue
Block a user