diff options
author | 2024-11-28 18:37:11 +0100 | |
---|---|---|
committer | 2024-11-29 04:26:16 +0100 | |
commit | cdede2b53effd8cb63f32606e93070091149c0af (patch) | |
tree | 6bf583f3c3f8639b02e7ced78f0e3948133763e0 /include/usbmuxd-proto.h | |
parent | dd0d0d4290b8db21397d817d34aab83cf21f07b2 (diff) | |
download | libusbmuxd-cdede2b53effd8cb63f32606e93070091149c0af.tar.gz libusbmuxd-cdede2b53effd8cb63f32606e93070091149c0af.tar.bz2 |
Change WIN32 to _WIN32
Diffstat (limited to 'include/usbmuxd-proto.h')
-rw-r--r-- | include/usbmuxd-proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usbmuxd-proto.h b/include/usbmuxd-proto.h index a2a731e..38473f5 100644 --- a/include/usbmuxd-proto.h +++ b/include/usbmuxd-proto.h @@ -26,7 +26,7 @@ #include <stdint.h> #define USBMUXD_PROTOCOL_VERSION 0 -#if defined(WIN32) || defined(__CYGWIN__) +#if defined(_WIN32) || defined(__CYGWIN__) #define USBMUXD_SOCKET_PORT 27015 #else #define USBMUXD_SOCKET_FILE "/var/run/usbmuxd" |