mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
e07c62d059
* Remove unused SKIA_PUBLIC_DEFINITIONS * Revise python3 injection * Major overhaul * Revise third-party downloads Declare them early in a single location, but use as needed. Validate agains skia's DEPS. * Integrate download & pkgconfig externals handling Ensure that downloads are complete with --only-downloads mode. * Move cmake functions to separate file * Turn source fixups into proper patches * Update versions * Generally disable msvc env setup * Update python patch * Remove unused patch * Rename function * Update versions * Handle third-party licenses * Move block * Rename and unset skia root variable * Fix usage with alternative build types * Update versions
14 lines
414 B
Diff
14 lines
414 B
Diff
diff --git a/src/utils/win/SkWGL_win.cpp b/src/utils/win/SkWGL_win.cpp
|
|
index 9dacf0c..3365a31 100644
|
|
--- a/src/utils/win/SkWGL_win.cpp
|
|
+++ b/src/utils/win/SkWGL_win.cpp
|
|
@@ -6,7 +6,7 @@
|
|
*/
|
|
|
|
#include "include/core/SkTypes.h"
|
|
-#if defined(SK_BUILD_FOR_WIN) && !defined(_M_ARM64) && !defined(WINUWP)
|
|
+#if defined(SK_BUILD_FOR_WIN) && !defined(_M_ARM64) && !defined(SK_WINUWP)
|
|
|
|
#include "src/utils/win/SkWGL.h"
|
|
|