Skip to content

Commit

Permalink
do not export hidapi symbols from SDL dlls (bug #4259).
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Sep 15, 2018
1 parent 5a34f1e commit 305e596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hidapi/hidapi/hidapi.h
Expand Up @@ -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
Expand Down

0 comments on commit 305e596

Please sign in to comment.