diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-16 01:04:51 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-16 01:04:51 +0000 |
commit | eacd1b8f5c8024296c6fa4b19b3b99bd24de91a1 (patch) | |
tree | c0350d7eba85bcb5c01342bfef2f21d34b83c8bd /Build/source/libs/gd/libgd-PATCHES/patch-02-no-stdcall | |
parent | 08bed0cad41932663940d45d7fcc96986c2cca3c (diff) |
libs/gd: new convention
git-svn-id: svn://tug.org/texlive/trunk@39737 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/libgd-PATCHES/patch-02-no-stdcall')
-rw-r--r-- | Build/source/libs/gd/libgd-PATCHES/patch-02-no-stdcall | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/libs/gd/libgd-PATCHES/patch-02-no-stdcall b/Build/source/libs/gd/libgd-PATCHES/patch-02-no-stdcall new file mode 100644 index 00000000000..f493ede7614 --- /dev/null +++ b/Build/source/libs/gd/libgd-PATCHES/patch-02-no-stdcall @@ -0,0 +1,12 @@ +diff -ur libgd-2.1.1.orig/src/gd.h libgd-2.1.1/src/gd.h +--- libgd-2.1.1.orig/src/gd.h 2015-01-14 02:15:47.000000000 +0100 ++++ libgd-2.1.1/src/gd.h 2015-01-14 10:49:15.922009653 +0100 +@@ -62,7 +62,7 @@ + # define BGD_EXPORT_DATA_PROT __declspec(dllimport) + # endif + # endif +-# define BGD_STDCALL __stdcall ++# define BGD_STDCALL + # define BGD_EXPORT_DATA_IMPL + #else + # ifdef HAVE_VISIBILITY |