aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkOSFile_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ports/SkOSFile_win.cpp')
-rw-r--r--src/ports/SkOSFile_win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ports/SkOSFile_win.cpp b/src/ports/SkOSFile_win.cpp
index 50ca264d19..05afcc6350 100644
--- a/src/ports/SkOSFile_win.cpp
+++ b/src/ports/SkOSFile_win.cpp
@@ -6,7 +6,7 @@
*/
#include "SkTypes.h"
-#if defined(SK_BUILD_FOR_WIN32)
+#if defined(SK_BUILD_FOR_WIN)
#include "SkLeanWindows.h"
#include "SkMalloc.h"
@@ -273,4 +273,4 @@ bool SkOSFile::Iter::next(SkString* name, bool getDir) {
return self.fHandle != (HANDLE)~0 && get_the_file(self.fHandle, name, dataPtr, getDir);
}
-#endif//defined(SK_BUILD_FOR_WIN32)
+#endif//defined(SK_BUILD_FOR_WIN)