summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-10-14 17:00:28 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-10-14 17:00:28 +0100
commit556802638724a5d5f5ff5d8a773b813f4b36feee (patch)
tree318f195bb330a233421042e455f0da6cb5762cac /gtk2_ardour/utils.cc
parentfa71d82dda08558caf4a9c5102016f2746883d10 (diff)
'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use 'PLATFORM_WINDOWS' instead
Diffstat (limited to 'gtk2_ardour/utils.cc')
-rw-r--r--gtk2_ardour/utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/utils.cc b/gtk2_ardour/utils.cc
index 00e94b0dd9..777eb62616 100644
--- a/gtk2_ardour/utils.cc
+++ b/gtk2_ardour/utils.cc
@@ -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