diff options
Diffstat (limited to 'libusbmuxd/usbmuxd-proto.h')
| -rw-r--r-- | libusbmuxd/usbmuxd-proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusbmuxd/usbmuxd-proto.h b/libusbmuxd/usbmuxd-proto.h index 11dd3cf..390cd3d 100644 --- a/libusbmuxd/usbmuxd-proto.h +++ b/libusbmuxd/usbmuxd-proto.h | |||
| @@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |||
| 28 | #include <stdint.h> | 28 | #include <stdint.h> |
| 29 | #define USBMUXD_PROTOCOL_VERSION 0 | 29 | #define USBMUXD_PROTOCOL_VERSION 0 |
| 30 | 30 | ||
| 31 | #ifdef WIN32 | 31 | #if defined(WIN32) || defined(__CYGWIN__) |
| 32 | #define USBMUXD_SOCKET_PORT 27015 | 32 | #define USBMUXD_SOCKET_PORT 27015 |
| 33 | #else | 33 | #else |
| 34 | #define USBMUXD_SOCKET_FILE "/var/run/usbmuxd" | 34 | #define USBMUXD_SOCKET_FILE "/var/run/usbmuxd" |
