diff options
Diffstat (limited to 'libusbmuxd/usbmuxd-proto.h')
| -rw-r--r-- | libusbmuxd/usbmuxd-proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libusbmuxd/usbmuxd-proto.h b/libusbmuxd/usbmuxd-proto.h index 9d841ca..0d4596c 100644 --- a/libusbmuxd/usbmuxd-proto.h +++ b/libusbmuxd/usbmuxd-proto.h | |||
| @@ -28,7 +28,11 @@ 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 | ||
| 32 | #define USBMUXD_SOCKET_PORT 27015 | ||
| 33 | #else | ||
| 31 | #define USBMUXD_SOCKET_FILE "/var/run/usbmuxd" | 34 | #define USBMUXD_SOCKET_FILE "/var/run/usbmuxd" |
| 35 | #endif | ||
| 32 | 36 | ||
| 33 | enum usbmuxd_result { | 37 | enum usbmuxd_result { |
| 34 | RESULT_OK = 0, | 38 | RESULT_OK = 0, |
