diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-05-06 05:51:40 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-05-06 05:51:40 +0000 |
commit | eeb1e824bb4b27fbe8b62b23dc8bc614a55df772 (patch) | |
tree | ec3324663884994f8dea2210a15d08084ccd5f85 /Build/source/libs/teckit/TLpatches/patch-05-static | |
parent | d0e8f7ae13cc3dc0651718b3b29b68497b02df09 (diff) |
teckit 2.5.10
git-svn-id: svn://tug.org/texlive/trunk@55039 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/teckit/TLpatches/patch-05-static')
-rw-r--r-- | Build/source/libs/teckit/TLpatches/patch-05-static | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/Build/source/libs/teckit/TLpatches/patch-05-static b/Build/source/libs/teckit/TLpatches/patch-05-static deleted file mode 100644 index aab9431fb2b..00000000000 --- a/Build/source/libs/teckit/TLpatches/patch-05-static +++ /dev/null @@ -1,44 +0,0 @@ -diff -ur teckit-2.5.10/source/Engine.cpp teckit-src/source/Engine.cpp ---- teckit-2.5.10/source/Engine.cpp Tue May 05 23:09:53 2020 -+++ teckit-src/source/Engine.cpp Wed May 06 09:06:23 2020 -@@ -51,12 +51,6 @@ - # define NOSERVICE - # define NOMCX - # include <windows.h> -- -- BOOL WINAPI -- DllMain(HINSTANCE /*hInst*/, DWORD /*wDataSeg*/, LPVOID /*lpReserved*/) -- { -- return true; -- } - #endif - - #include "Engine.h" - -diff -ur teckit-2.5.10/source/Public-headers/TECkit_Compiler.h teckit-src/source/Public-headers/TECkit_Compiler.h ---- teckit-2.5.10/source/Public-headers/TECkit_Compiler.h Tue May 05 23:09:53 2020 -+++ teckit-src/source/Public-headers/TECkit_Compiler.h Wed May 06 09:07:39 2020 -@@ -29,6 +29,9 @@ - #ifdef _WIN32 - /* MS compiler has predefined _WIN32, so assume Windows target */ - #include <windows.h> // apparently just using windef.h fails on VC++6 -+#undef WINAPI -+#define WINAPI -+#define EXPORTED - #else - /* not the MS compiler, so try Metrowerks' platform macros */ - #ifndef __APPLE__ - -diff -ur teckit-2.5.10/source/Public-headers/TECkit_Engine.h teckit-src/source/Public-headers/TECkit_Engine.h ---- teckit-2.5.10/source/Public-headers/TECkit_Engine.h Tue May 05 23:09:53 2020 -+++ teckit-src/source/Public-headers/TECkit_Engine.h Wed May 06 09:08:33 2020 -@@ -79,6 +79,9 @@ - #ifdef _WIN32 - /* MS compiler has predefined _WIN32, so assume Windows target */ - #include <windows.h> -+#undef WINAPI -+#define WINAPI -+#define EXPORTED - #else - /* not the MS compiler, so try Metrowerks' platform macros */ - #ifndef __APPLE__ |