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/gts/fix-dllexport.patch | |
Diffstat (limited to 'vcpkg/ports/gts/fix-dllexport.patch')
| -rw-r--r-- | vcpkg/ports/gts/fix-dllexport.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/gts/fix-dllexport.patch b/vcpkg/ports/gts/fix-dllexport.patch new file mode 100644 index 0000000..dd9eb17 --- /dev/null +++ b/vcpkg/ports/gts/fix-dllexport.patch @@ -0,0 +1,13 @@ +diff --git a/src/gts.h b/src/gts.h +index 1b76915..ae1d888 100644 +--- a/src/gts.h ++++ b/src/gts.h +@@ -38,7 +38,7 @@ extern "C" { + * we prefix variable declarations so they can + * properly get exported in windows dlls. + */ +-#ifdef NATIVE_WIN32 ++#if 0 + # ifdef GTS_COMPILATION + # define GTS_C_VAR __declspec(dllexport) + # else /* not GTS_COMPILATION */ |