aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkOSLibrary_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ports/SkOSLibrary_win.cpp')
-rw-r--r--src/ports/SkOSLibrary_win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ports/SkOSLibrary_win.cpp b/src/ports/SkOSLibrary_win.cpp
index b6d8dd3183..614718d22e 100644
--- a/src/ports/SkOSLibrary_win.cpp
+++ b/src/ports/SkOSLibrary_win.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
#include "SkTypes.h"
-#if defined(SK_BUILD_FOR_WIN32)
+#if defined(SK_BUILD_FOR_WIN)
#include "SkOSLibrary.h"
#include "SkLeanWindows.h"
@@ -18,4 +18,4 @@ void* GetProcedureAddress(void* library, const char* functionName) {
return reinterpret_cast<void*>(::GetProcAddress((HMODULE)library, functionName));
}
-#endif//defined(SK_BUILD_FOR_WIN32)
+#endif//defined(SK_BUILD_FOR_WIN)