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
extern "C" {
# endif
WINHIDSDI BOOL WINAPI HidD_SetOutputReport(HANDLE, PVOID, ULONG);
WIIUSE_EXPORT BOOL WINAPI HidD_SetOutputReport(HANDLE, PVOID, ULONG);
# ifdef __cplusplus
}
# endif
#endif
int wiiuse_os_find(struct wiimote_t** wm, int max_wiimotes, int timeout) {
GUID device_id;
HANDLE dev;