src/openvg/qpixmapdata_vg.cpp
branchRCL_3
changeset 13 c0432d11811c
parent 7 3f74d0d4af4c
--- a/src/openvg/qpixmapdata_vg.cpp	Wed Apr 21 12:15:23 2010 +0300
+++ b/src/openvg/qpixmapdata_vg.cpp	Wed Apr 21 20:15:53 2010 +0300
@@ -354,8 +354,8 @@
     destroyImages();
 }
 
-extern int qt_defaultDpiX();
-extern int qt_defaultDpiY();
+Q_DECL_IMPORT extern int qt_defaultDpiX();
+Q_DECL_IMPORT extern int qt_defaultDpiY();
 
 int QVGPixmapData::metric(QPaintDevice::PaintDeviceMetric metric) const
 {