mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-11 17:31:29 -04:00
9 lines
270 B
C
9 lines
270 B
C
/* libusb build configuration for the Windows backend (MinGW/Clang). */
|
|
#pragma once
|
|
|
|
#define PLATFORM_WINDOWS 1
|
|
#define ENABLE_LOGGING 1
|
|
#define DEFAULT_VISIBILITY
|
|
#define HAVE_STRUCT_TIMESPEC 1
|
|
#define PRINTF_FORMAT(a, b) __attribute__((__format__(__printf__, a, b)))
|