MFH: fix build on win32

This commit is contained in:
Jani Taskinen 2008-08-25 14:10:38 +00:00
parent 505ad55773
commit 3b714ee113

View File

@ -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