php-src/TSRM/tsrm_config.w32.h

16 lines
210 B
C
Raw Normal View History

2000-09-03 18:58:46 +00:00
#ifndef TSRM_CONFIG_W32_H
#define TSRM_CONFIG_W32_H
#define HAVE_UTIME 1
#define HAVE_ALLOCA 1
#undef inline
#ifdef ZEND_WIN32_FORCE_INLINE
# define inline __forceinline
#else
# define inline
#endif
2000-09-03 18:58:46 +00:00
#endif