summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/TLpatches/patch-02-no-stdcall
blob: 3a77b0a791ccde4d2ff9e45d18d18068e4cd1bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur libgd-2.3.1/src/gd.h libgd-src/src/gd.h
--- libgd-2.3.1/src/gd.h	Sat Jan 30 18:40:10 2021
+++ libgd-src/src/gd.h	Wed Feb 03 14:52:34 2021
@@ -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__)