diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/vlpp/fix_miss_file.patch | |
Diffstat (limited to 'vcpkg/ports/vlpp/fix_miss_file.patch')
| -rw-r--r-- | vcpkg/ports/vlpp/fix_miss_file.patch | 24 |
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)
|