summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/php_com_dotnet_internal.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-19 22:23:03 +0200
committerAnatol Belski <ab@php.net>2014-08-19 22:23:03 +0200
commit074172061e5d832b628b24afa81fbc3a0962029e (patch)
tree5853b7ce7c3771d24cb9d9323291542f8bcf5b37 /ext/com_dotnet/php_com_dotnet_internal.h
parent919b996527c0d488db67cc5f1d2e18e902bcadde (diff)
downloadphp-git-074172061e5d832b628b24afa81fbc3a0962029e.tar.gz
ported ext/com_dotnet
Diffstat (limited to 'ext/com_dotnet/php_com_dotnet_internal.h')
-rw-r--r--ext/com_dotnet/php_com_dotnet_internal.h2
1 files changed, 1 insertions, 1 deletions
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;