Organise source files towards gradle project layout

This commit is contained in:
2014-11-25 22:56:31 +00:00
parent 73cca98ccc
commit d3eae9a2e1
32 changed files with 2 additions and 1 deletions

View File

@@ -48,12 +48,13 @@
# ifdef __cplusplus # ifdef __cplusplus
extern "C" { extern "C" {
# endif # endif
WINHIDSDI BOOL WINAPI HidD_SetOutputReport(HANDLE, PVOID, ULONG); WIIUSE_EXPORT BOOL WINAPI HidD_SetOutputReport(HANDLE, PVOID, ULONG);
# ifdef __cplusplus # ifdef __cplusplus
} }
# endif # endif
#endif #endif
int wiiuse_os_find(struct wiimote_t** wm, int max_wiimotes, int timeout) { int wiiuse_os_find(struct wiimote_t** wm, int max_wiimotes, int timeout) {
GUID device_id; GUID device_id;
HANDLE dev; HANDLE dev;