mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
MFH: fix build on win32
This commit is contained in:
@@ -3,11 +3,10 @@
|
||||
#ifndef _CRYPT_FREESEC_H
|
||||
#define _CRYPT_FREESEC_H
|
||||
|
||||
#include "php_config.h"
|
||||
|
||||
#if PHP_WIN32
|
||||
# include "win32/php_stdint.h"
|
||||
#else
|
||||
# include "php_config.h"
|
||||
# if HAVE_INTTYPES_H
|
||||
# include <inttypes.h>
|
||||
# elif HAVE_STDINT_H
|
||||
|
||||
Reference in New Issue
Block a user