mirror of
https://github.com/encounter/SDL.git
synced 2025-05-30 03:01:29 +00:00
do not export hidapi symbols from SDL dlls (bug #4259).
This commit is contained in:
parent
5a34f1e3ee
commit
305e5968aa
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#include <wchar.h>
|
#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_EXPORT __declspec(dllexport)
|
||||||
#define HID_API_CALL
|
#define HID_API_CALL
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user