]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/fontdlg.cpp
Added dcbase.cpp
[wxWidgets.git] / src / msw / fontdlg.cpp
index 69a1daa4673b88f5934d85f2611f15453e92b2d2..6ab94108d0e951a0abede15c5142b39d7932350f 100644 (file)
@@ -174,7 +174,7 @@ void wxFillLogFont(LOGFONT *logFont, wxFont *font)
     // up fonts. So, set ppInch to a constant 96 dpi.
     ppInch = 96;
 
-#if FONT_SIZE_COMPATIBILITY
+#if wxFONT_SIZE_COMPATIBILITY
     // Incorrect, but compatible with old wxWindows behaviour
     int nHeight = (font->GetPointSize()*ppInch/72);
 #else