git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5428
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxMetafile mf;
mf.SetWindowsMappingMode(mfpict->mm);
wxMetafile mf;
mf.SetWindowsMappingMode(mfpict->mm);
- int w = mfpict->xExt,
- h = mfpict->yExt;
+ LONG w = mfpict->xExt,
+ h = mfpict->yExt;
if ( mfpict->mm == MM_ANISOTROPIC )
{
// in this case xExt and yExt contain suggested size in HIMETRIC units
if ( mfpict->mm == MM_ANISOTROPIC )
{
// in this case xExt and yExt contain suggested size in HIMETRIC units