mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-18 09:18:14 +00:00
Build hidapi as a framework on iOS, so it can be linked by the application as well.
This commit is contained in:
@@ -33,9 +33,13 @@
|
||||
#define HID_API_EXPORT __declspec(dllexport)
|
||||
#define HID_API_CALL
|
||||
#else
|
||||
#ifndef HID_API_EXPORT
|
||||
#define HID_API_EXPORT /**< API export macro */
|
||||
#endif
|
||||
#ifndef HID_API_CALL
|
||||
#define HID_API_CALL /**< API call macro */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define HID_API_EXPORT_CALL HID_API_EXPORT HID_API_CALL /**< API export and call macro*/
|
||||
|
||||
|
Reference in New Issue
Block a user