File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ add_library(libusb1 STATIC
17
17
${LIBUSB_SOURCE_DIR} /io.c
18
18
${LIBUSB_SOURCE_DIR} /strerror.c
19
19
${LIBUSB_SOURCE_DIR} /sync.c
20
- ${LIBUSB_SOURCE_DIR} /os/poll_windows .c
21
- ${LIBUSB_SOURCE_DIR} /os/windows_nt_common .c
20
+ ${LIBUSB_SOURCE_DIR} /os/events_windows .c
21
+ ${LIBUSB_SOURCE_DIR} /os/windows_common .c
22
22
${LIBUSB_SOURCE_DIR} /os/windows_usbdk.c
23
23
${LIBUSB_SOURCE_DIR} /os/windows_winusb.c
24
24
${LIBUSB_SOURCE_DIR} /os/threads_windows.c)
Original file line number Diff line number Diff line change 156
156
#ifndef __cplusplus
157
157
/* #undef inline */
158
158
#endif
159
+
160
+ /* Define to 1 if compiling for a Windows platform. */
161
+ #define PLATFORM_WINDOWS 1
162
+
163
+ /* Define to the attribute for enabling parameter checks on printf-like
164
+ functions. */
165
+ #define PRINTF_FORMAT (a , b ) /**/
You can’t perform that action at this time.
0 commit comments