summaryrefslogtreecommitdiff
path: root/utils/MTP/beastpatcher/mtp_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/MTP/beastpatcher/mtp_common.h')
-rw-r--r--utils/MTP/beastpatcher/mtp_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/MTP/beastpatcher/mtp_common.h b/utils/MTP/beastpatcher/mtp_common.h
index 5f7de3983b..4b60fa08da 100644
--- a/utils/MTP/beastpatcher/mtp_common.h
+++ b/utils/MTP/beastpatcher/mtp_common.h
@@ -40,7 +40,7 @@
40#ifndef _MTP_COMMON_H 40#ifndef _MTP_COMMON_H
41#define _MTP_COMMON_H 41#define _MTP_COMMON_H
42 42
43#ifdef __WIN32__ 43#if defined(__WIN32__) || defined(_WIN32)
44#else 44#else
45#include "libmtp.h" 45#include "libmtp.h"
46#endif 46#endif
@@ -53,7 +53,7 @@ struct mtp_info_t
53 char version[200]; 53 char version[200];
54 54
55 /* OS-Specific data */ 55 /* OS-Specific data */
56#ifdef __WIN32__ 56#if defined(__WIN32__) || defined(_WIN32)
57#else 57#else
58 LIBMTP_mtpdevice_t *device; 58 LIBMTP_mtpdevice_t *device;
59#endif 59#endif