diff options
author | Ron Yorston <rmy@pobox.com> | 2012-03-23 13:28:16 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-03-23 13:28:16 +0000 |
commit | 98a61418e9b43fc56bf3c7bffc4238debf3fc4c7 (patch) | |
tree | e5a7a8db492c916eddfec14f07465ab91b131098 /coreutils | |
parent | 802674045737c916203521043905526b5c851c92 (diff) | |
download | busybox-w32-98a61418e9b43fc56bf3c7bffc4238debf3fc4c7.tar.gz busybox-w32-98a61418e9b43fc56bf3c7bffc4238debf3fc4c7.tar.bz2 busybox-w32-98a61418e9b43fc56bf3c7bffc4238debf3fc4c7.zip |
Standardise preprocessor symbol to detect MINGW32 build
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/od_bloaty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index 8013f483c..8497722ba 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c | |||
@@ -100,7 +100,7 @@ typedef long long llong; | |||
100 | # define LDBL_DIG DBL_DIG | 100 | # define LDBL_DIG DBL_DIG |
101 | #endif | 101 | #endif |
102 | 102 | ||
103 | #ifdef __MINGW32__ | 103 | #if ENABLE_PLATFORM_MINGW32 |
104 | /* symbol conflict */ | 104 | /* symbol conflict */ |
105 | #define CHAR SIZE_CHAR | 105 | #define CHAR SIZE_CHAR |
106 | #define SHORT SIZE_SHORT | 106 | #define SHORT SIZE_SHORT |