summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_dotnet.c
diff options
context:
space:
mode:
authorArd Biesheuvel <abies@php.net>2004-06-16 23:57:25 +0000
committerArd Biesheuvel <abies@php.net>2004-06-16 23:57:25 +0000
commit5232a5afea51e0cf996c67f6359ac3f810d4a7df (patch)
treedf101b82806cb54a39ca819832016b42c5e98b5d /ext/com_dotnet/com_dotnet.c
parent6527a454c67c259c0f21b82cc43f5fa8d957ce2a (diff)
downloadphp-git-5232a5afea51e0cf996c67f6359ac3f810d4a7df.tar.gz
64-bit bugsquash party
Diffstat (limited to 'ext/com_dotnet/com_dotnet.c')
-rw-r--r--ext/com_dotnet/com_dotnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/com_dotnet.c b/ext/com_dotnet/com_dotnet.c
index 84137cfd87..7199b91aa7 100644
--- a/ext/com_dotnet/com_dotnet.c
+++ b/ext/com_dotnet/com_dotnet.c
@@ -98,7 +98,7 @@ PHP_FUNCTION(com_dotnet_create_instance)
zval *object = getThis();
php_com_dotnet_object *obj;
char *assembly_name, *datatype_name;
- long assembly_name_len, datatype_name_len;
+ int assembly_name_len, datatype_name_len;
struct dotnet_runtime_stuff *stuff;
IObjectHandle *handle;
DISPPARAMS params;