summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/TLpatches/patch-02-no-stdcall
blob: 329990d1a606168209dad6e1174ae4eca8db5558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur libgd-2.3.0/src/gd.h libgd-src/src/gd.h
--- libgd-2.3.0/src/gd.h	Sun Mar 22 22:42:41 2020
+++ libgd-src/src/gd.h	Mon Mar 30 07:02:16 2020
@@ -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__)