Skip to content

Commit efe3dee

Browse files
committed
Small fix for mac
1 parent e764b2a commit efe3dee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/stdCallback.cls

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ Implements stdICallable
115115
Private Declare Function rtcCallByName Lib "msvbvm60" (ByRef vRet As Variant, ByVal cObj As Object, ByVal sMethod As LongPtr, ByVal eCallType As VbCallType, ByRef pArgs() As Variant, ByVal lcid As Long) As Long
116116
#End If
117117

118+
#If Mac Then
119+
Const vbLongLong As Long = 8
120+
#End If
121+
122+
118123
#If Win64 Then
119124
Private Const vbLongPtr = vbLongLong
120125
#Else

0 commit comments

Comments
 (0)