Skip to content

Commit

Permalink
unbreak the win32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Radi committed Apr 25, 2002
1 parent c5b4a50 commit f62e63d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Zend/zend_config.w32.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ typedef unsigned int uint;
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1

#define snprintf _snprintf
#define vsnprintf _vsnprintf
#define zend_isinf(a) 0
#define zend_finite(x) _finite(x)
Expand Down

0 comments on commit f62e63d

Please sign in to comment.