Skip to content

Commit fcc0540

Browse files
Feature (ext/com_dotnet) VT_PTR added to constant's list
1 parent 959549e commit fcc0540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/com_dotnet/com_extension.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ PHP_MINIT_FUNCTION(com_dotnet)
219219
COM_CONST(VT_R4);
220220
COM_CONST(VT_R8);
221221
COM_CONST(VT_BOOL);
222+
COM_CONST(VT_PTR);
222223
COM_CONST(VT_ERROR);
223224
COM_CONST(VT_CY);
224225
COM_CONST(VT_DATE);

0 commit comments

Comments
 (0)