Use LONG instead of long (some Wine headers complain)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
683b60e9ab
commit
56fb1bca35
@ -804,7 +804,7 @@ static void ReleaseVariant(VARIANTARG *pvarg)
|
||||
{
|
||||
VARTYPE vt;
|
||||
VARIANTARG _huge *pvargArray;
|
||||
long lLBound, lUBound, l;
|
||||
LONG lLBound, lUBound, l;
|
||||
|
||||
vt = (VARTYPE)(pvarg->vt & 0xfff); // mask off flags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user