Merge branch 'PHP-5.6'

* PHP-5.6:
  avoid clash when stdint.h was included after win32/php_stdint.h
This commit is contained in:
Anatol Belski 2014-08-21 09:09:47 +02:00
commit 333f093010

View file

@ -36,6 +36,10 @@
#ifndef _MSC_STDINT_H_ // [
#define _MSC_STDINT_H_
#ifndef _STDINT
# define _STDINT
#endif
#if _MSC_VER > 1000
#pragma once
#endif