diff options
Diffstat (limited to 'Build/source/libs/gd/TLPATCHES/patch-02-no-stdcall')
-rw-r--r-- | Build/source/libs/gd/TLPATCHES/patch-02-no-stdcall | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/libs/gd/TLPATCHES/patch-02-no-stdcall b/Build/source/libs/gd/TLPATCHES/patch-02-no-stdcall new file mode 100644 index 00000000000..efde64e3ccf --- /dev/null +++ b/Build/source/libs/gd/TLPATCHES/patch-02-no-stdcall @@ -0,0 +1,12 @@ +diff -ur libgd-2.2.4.orig/src/gd.h libgd-2.2.4/src/gd.h +--- libgd-2.2.4.orig/src/gd.h Wed Jan 18 20:01:19 2017 ++++ libgd-2.2.4/src/gd.h Thu Jan 19 07:22:18 2017 +@@ -63,7 +63,7 @@ + # define BGD_EXPORT_DATA_PROT __declspec(dllimport) + # endif + # endif +-# define BGD_STDCALL __stdcall ++# define BGD_STDCALL + # define BGD_EXPORT_DATA_IMPL + #else + # if defined(__GNUC__) || defined(__clang__) |