summaryrefslogtreecommitdiff
path: root/ext4_utils/contents.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-10-05 09:44:48 -0700
committerElliott Hughes <enh@google.com>2016-10-05 09:44:48 -0700
commit1eb2f5433461ad437e7dfedca32ce7bf5f09fd21 (patch)
treea883e56ea9ac15e201226e03f776a502e6368611 /ext4_utils/contents.c
parent0a2b8b5ba2388626424abf88f36553212dd8b2d9 (diff)
downloadextras-1eb2f5433461ad437e7dfedca32ce7bf5f09fd21.tar.gz
Test for _WIN32 in system/extras instead of USE_MINGW.
Bug: http://b/23392815 Test: builds Change-Id: Ide007c7ac8414a82548cc99fe384c7de9ba7494b
Diffstat (limited to 'ext4_utils/contents.c')
-rw-r--r--ext4_utils/contents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext4_utils/contents.c b/ext4_utils/contents.c
index 2e3d903a..e66573e3 100644
--- a/ext4_utils/contents.c
+++ b/ext4_utils/contents.c
@@ -34,7 +34,7 @@
#include "extent.h"
#include "indirect.h"
-#ifdef USE_MINGW
+#ifdef _WIN32
#define S_IFLNK 0 /* used by make_link, not needed under mingw */
#endif