aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vlpp/fix_miss_file.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/vlpp/fix_miss_file.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/vlpp/fix_miss_file.patch')
-rw-r--r--vcpkg/ports/vlpp/fix_miss_file.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/vlpp/fix_miss_file.patch b/vcpkg/ports/vlpp/fix_miss_file.patch
new file mode 100644
index 0000000..0792d43
--- /dev/null
+++ b/vcpkg/ports/vlpp/fix_miss_file.patch
@@ -0,0 +1,24 @@
+diff --git a/Import/VlppReflection.h b/Import/VlppReflection.h
+index 4589f99..85c9c01 100644
+--- a/Import/VlppReflection.h
++++ b/Import/VlppReflection.h
+@@ -5,6 +5,7 @@ DEVELOPER: Zihan Chen(vczh)
+ #include "VlppOS.h"
+ #include "Vlpp.h"
+ #include "VlppRegex.h"
++#include <float.h>
+
+ /***********************************************************************
+ .\DESCRIPTABLEOBJECT.H
+diff --git a/Tools/GacGen/CMakeLists.txt b/Tools/GacGen/CMakeLists.txt
+index f809893..5354e75 100644
+--- a/Tools/GacGen/CMakeLists.txt
++++ b/Tools/GacGen/CMakeLists.txt
+@@ -25,7 +25,6 @@ set(SRCS
+ ../../Release/GacUIReflection.cpp
+ GacGen/GacGen.cpp
+ GacGen/Main.cpp
+- GacGen/NativeController.cpp
+ )
+
+ if (WIN32)