Commit 4ebf34857ad4706e9c5a7577aed6682fff778138

Ozkan Sezer 2022-09-01T21:56:50

updated os2 config file after commit 3f89d1704d

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/SDL_config_os2.h b/include/SDL_config_os2.h
index 1583245..c86769d 100644
--- a/include/SDL_config_os2.h
+++ b/include/SDL_config_os2.h
@@ -43,6 +43,7 @@
 /*#undef SDL_JOYSTICK_HIDAPI */
 #else
 #define SDL_JOYSTICK_HIDAPI 1
+#define HAVE_LIBUSB 1
 /* dynamically loaded libusb-1.0 dll: */
 #define SDL_LIBUSB_DYNAMIC "usb100.dll"
 #endif