소스 검색

Don't export hidapi functions from SDL

Sam Lantinga 3 년 전
부모
커밋
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"
 #include "SDL_hidapi_c.h"
 
 
 /* Initial type declarations */
 /* Initial type declarations */
+#define HID_API_NO_EXPORT_DEFINE /* do not export hidapi procedures */
 #include "hidapi/hidapi.h"
 #include "hidapi/hidapi.h"
 
 
 #ifndef SDL_HIDAPI_DISABLED
 #ifndef SDL_HIDAPI_DISABLED