diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn index db29dbbe2b..428c320425 100644 --- a/build/config/win/BUILD.gn +++ b/build/config/win/BUILD.gn @@ -21,6 +21,10 @@ config("sdk") { # This is required for ATL to use XP-safe versions of its functions. "_USING_V110_SDK71_", ] + + if (target_os == "winuwp") { + defines += [ "WINUWP" ] + } } # Sets the default Windows build version. This is separated because some