diff options
| author | DailyShana <p2357111317192329@gmail.com> | 2020-02-14 15:00:31 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-13 23:00:31 -0800 |
| commit | 1be75a28bfce2084bb0b59ec92a6853f13d7be66 (patch) | |
| tree | fd5ef4e95f7b085033722561683cdf1fc90c7696 /ports/irrlicht/fix-encoding.patch | |
| parent | b9794a59a308a1315d8ce1b394c23dfcc03cc79f (diff) | |
| download | vcpkg-1be75a28bfce2084bb0b59ec92a6853f13d7be66.tar.gz vcpkg-1be75a28bfce2084bb0b59ec92a6853f13d7be66.zip | |
[irrlicht] add feature to support unicode path on windows (#9902)
* [irrlicht] add feature to support unicode path on windows
* use vcpkg_check_features
* fix tools feature
Diffstat (limited to 'ports/irrlicht/fix-encoding.patch')
| -rw-r--r-- | ports/irrlicht/fix-encoding.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/irrlicht/fix-encoding.patch b/ports/irrlicht/fix-encoding.patch new file mode 100644 index 000000000..d01bfad51 --- /dev/null +++ b/ports/irrlicht/fix-encoding.patch @@ -0,0 +1,13 @@ +diff --git a/include/Keycodes.h b/include/Keycodes.h +index e56eca1..57ab312 100644 +--- a/include/Keycodes.h ++++ b/include/Keycodes.h +@@ -89,7 +89,7 @@ namespace irr + KEY_KEY_X = 0x58, // X key + KEY_KEY_Y = 0x59, // Y key + KEY_KEY_Z = 0x5A, // Z key +- KEY_LWIN = 0x5B, // Left Windows key (Microsoft® Natural® keyboard) ++ KEY_LWIN = 0x5B, // Left Windows key (Microsoft® Natural® keyboard) + KEY_RWIN = 0x5C, // Right Windows key (Natural keyboard) + KEY_APPS = 0x5D, // Applications key (Natural keyboard) + KEY_SLEEP = 0x5F, // Computer Sleep key |
