mirror of
https://github.com/yawut/SDL.git
synced 2026-04-21 16:17:28 -05:00
do not export hidapi symbols from SDL dlls (bug #4259).
This commit is contained in:
parent
d40d6c9e6c
commit
0839e5f252
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <wchar.h>
|
||||
|
||||
#if defined(_WIN32) && !defined(NAMESPACE)
|
||||
#if defined(_WIN32) && !defined(NAMESPACE) && (0) /* SDL: don't export hidapi syms */
|
||||
#define HID_API_EXPORT __declspec(dllexport)
|
||||
#define HID_API_CALL
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user