Compile fix for mingw32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
74b28d5cc8
commit
f40dba9350
@ -490,7 +490,7 @@ bool wxMetafileDataObject::SetData(size_t WXUNUSED(len), const void *buf)
|
||||
wxMetafile mf;
|
||||
mf.SetWindowsMappingMode(mfpict->mm);
|
||||
|
||||
int w = mfpict->xExt,
|
||||
LONG w = mfpict->xExt,
|
||||
h = mfpict->yExt;
|
||||
if ( mfpict->mm == MM_ANISOTROPIC )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user