From 074172061e5d832b628b24afa81fbc3a0962029e Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 19 Aug 2014 22:23:03 +0200 Subject: ported ext/com_dotnet --- ext/com_dotnet/php_com_dotnet_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/com_dotnet/php_com_dotnet_internal.h') diff --git a/ext/com_dotnet/php_com_dotnet_internal.h b/ext/com_dotnet/php_com_dotnet_internal.h index d093e3c37b..5d4e75b3f8 100644 --- a/ext/com_dotnet/php_com_dotnet_internal.h +++ b/ext/com_dotnet/php_com_dotnet_internal.h @@ -38,7 +38,7 @@ typedef struct _php_com_dotnet_object { int modified; ITypeInfo *typeinfo; - long code_page; + php_int_t code_page; zend_class_entry *ce; -- cgit v1.2.1