]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dc.h
wxUSE_SOCKETS added to setup(0).h; Cygwin corrections; doc tweaks
[wxWidgets.git] / include / wx / msw / dc.h
index bba7bd5f81dd9e4e848dc5b1ec4e81c9fbaa2303..29a3ca1acbbf4c719f3f0babe6e9877949cc1349 100644 (file)
@@ -420,8 +420,8 @@ protected:
 #define MS_XDEV2LOGREL(x) DeviceToLogicalXRel(x)
 #define MS_YDEV2LOGREL(y) DeviceToLogicalYRel(y)
 
-#define MM_POINTS      7
-#define MM_METRIC      8
+#define MM_POINTS      9
+#define MM_METRIC     10
 
 extern int wxPageNumber;