Fix type GD_STDCALL -> BGD_STDCALL

master
Ondřej Surý 2013-04-23 05:39:28 +02:00
parent 173bd59082
commit 3f2813e139
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <stdlib.h>
#include <time.h>
typedef int (GD_STDCALL *FuncPtr)(gdImagePtr, int, int);
typedef int (BGD_STDCALL *FuncPtr)(gdImagePtr, int, int);
#define GET_PIXEL_FUNCTION(src)(src->trueColor?gdImageGetTrueColorPixel:gdImageGetPixel)
#define MIN(a,b) ((a)<(b)?(a):(b))