Просмотр исходного кода

Don't export hidapi functions from SDL

Sam Lantinga 2 лет назад
Родитель
Сommit
381cb41027
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/hidapi/SDL_hidapi.c

+ 1 - 0
src/hidapi/SDL_hidapi.c

@@ -32,6 +32,7 @@
 #include "SDL_hidapi_c.h"
 
 /* Initial type declarations */
+#define HID_API_NO_EXPORT_DEFINE /* do not export hidapi procedures */
 #include "hidapi/hidapi.h"
 
 #ifndef SDL_HIDAPI_DISABLED