diff options
| author | 2024-11-27 12:01:18 +0100 | |
|---|---|---|
| committer | 2024-11-29 14:36:34 +0100 | |
| commit | bcced6c4f6a79e09ed3961632b2faf81fe873137 (patch) | |
| tree | 71bb6a70a3438c68229e4906e6bce14974a9aee8 /3rd_party/libsrp6a-sha512/t_defines.h | |
| parent | ba829e6f1a62bdad7866572d1e2cff1836ced742 (diff) | |
| download | libimobiledevice-bcced6c4f6a79e09ed3961632b2faf81fe873137.tar.gz libimobiledevice-bcced6c4f6a79e09ed3961632b2faf81fe873137.tar.bz2 | |
Fix attempts to detect Windows using _WIN32
Diffstat (limited to '3rd_party/libsrp6a-sha512/t_defines.h')
| -rw-r--r-- | 3rd_party/libsrp6a-sha512/t_defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rd_party/libsrp6a-sha512/t_defines.h b/3rd_party/libsrp6a-sha512/t_defines.h index 447263f..a2a5fe5 100644 --- a/3rd_party/libsrp6a-sha512/t_defines.h +++ b/3rd_party/libsrp6a-sha512/t_defines.h | |||
| @@ -65,7 +65,7 @@ | |||
| 65 | #define _MSVC15DEXPORT | 65 | #define _MSVC15DEXPORT |
| 66 | #define _MSVC20EXPORT | 66 | #define _MSVC20EXPORT |
| 67 | #define _DLLAPI | 67 | #define _DLLAPI |
| 68 | #if defined(WINDOWS) || defined(WIN32) | 68 | #if defined(WINDOWS) || defined(_WIN32) |
| 69 | #define _CDECL _cdecl | 69 | #define _CDECL _cdecl |
| 70 | #else | 70 | #else |
| 71 | #define _CDECL | 71 | #define _CDECL |
| @@ -122,7 +122,7 @@ char *strchr(), *strrchr(), *strtok(); | |||
| 122 | #define USE_SGTTY | 122 | #define USE_SGTTY |
| 123 | #endif | 123 | #endif |
| 124 | 124 | ||
| 125 | #ifdef WIN32 | 125 | #ifdef _WIN32 |
| 126 | #define USE_FTIME 1 | 126 | #define USE_FTIME 1 |
| 127 | #define USE_RENAME 1 | 127 | #define USE_RENAME 1 |
| 128 | #define NO_FCHMOD 1 | 128 | #define NO_FCHMOD 1 |
