mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
MFB: fix build
This commit is contained in:
parent
ef1263a589
commit
b2ee53106f
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
|
||||
#include "php.h"
|
||||
|
||||
/* 2.0.12: this now checks the clipping rectangle */
|
||||
#define gdImageBoundsSafeMacro(im, x, y) (!((((y) < (im)->cy1) || ((y) > (im)->cy2)) || (((x) < (im)->cx1) || ((x) > (im)->cx2))))
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# if _MSC_VER >= 1300
|
||||
/* in MSVC.NET the these are available but only for __cplusplus and not _MSC_EXTENSIONS */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue