update wscript for windowsVST + mingw
[ardour.git] / gtk2_ardour / utils.cc
index 00e94b0dd96b6878584162b1eeb119d7567a8b7c..777eb6261650bc3c42eec0b58501b343b3e65520 100644 (file)
@@ -741,7 +741,7 @@ set_pango_fontsize ()
 
        /* FT2 rendering - used by GnomeCanvas, sigh */
 
-#ifndef WIN32
+#ifndef PLATFORM_WINDOWS
        pango_ft2_font_map_set_resolution ((PangoFT2FontMap*) pango_ft2_font_map_new(), val/1024, val/1024);
 #endif