mirror of
https://github.com/php-win-ext/pecl-system-sync.git
synced 2026-03-24 00:52:14 +01:00
php 5.4 compat on windows
This commit is contained in:
4
sync.c
4
sync.c
@@ -14,7 +14,11 @@
|
||||
#include "php_ini.h"
|
||||
#include "zend_exceptions.h"
|
||||
#include "ext/standard/info.h"
|
||||
#if defined(PHP_WIN32) && PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION <= 4
|
||||
#include "win32/php_stdint.h"
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include "php_sync.h"
|
||||
|
||||
/* {{{ sync_module_entry
|
||||
|
||||
Reference in New Issue
Block a user