summaryrefslogtreecommitdiff
path: root/modules/freetype
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2016-11-02 19:22:49 -0200
committerGeorge Marques <george@gmarqu.es>2016-11-03 14:51:08 -0200
commit411faaa6f478f837aa40893eaadf67e2b5d57cec (patch)
treed75d928bb9d244edd7b33f04c8ad31e840802bfe /modules/freetype
parentb113c7b7a3e63581ae268b0ae7f827d55e381b82 (diff)
Rename remaining WinRT references to UWP
Diffstat (limited to 'modules/freetype')
-rw-r--r--modules/freetype/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/freetype/SCsub b/modules/freetype/SCsub
index 5a5b87df50..e4dd1c36a0 100644
--- a/modules/freetype/SCsub
+++ b/modules/freetype/SCsub
@@ -54,7 +54,7 @@ if (env['builtin_freetype'] != 'no'):
]
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
- # Include header for WinRT to fix build issues
+ # Include header for UWP to fix build issues
if "platform" in env and env["platform"] == "uwp":
env.Append(CCFLAGS=['/FI', '"modules/freetype/uwpdef.h"'])