]> granicus.if.org Git - vim/commitdiff
updated for version 7.0136
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Aug 2005 22:09:56 +0000 (22:09 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Aug 2005 22:09:56 +0000 (22:09 +0000)
src/gui.c

index c7f872eaa7e7a2007333267824c818c0ac74bea2..6b140306497442343105a17be924797e7cd7cc34 100644 (file)
--- a/src/gui.c
+++ b/src/gui.c
@@ -2248,7 +2248,7 @@ gui_outstr_nowrap(s, len, flags, fg, bg, back)
            /* Draw a composing char on top of the previous char. */
            if (comping)
            {
-#  if !defined(__APPLE_CC__) && !defined(__MRC__) && !defined(TARGET_API_MAC_CARBON)
+#  if !defined(__APPLE_CC__) && !defined(__MRC__) && !defined(TARGET_API_MAC_CARBON) && !defined(FEAT_GUI_W32)
                gui_mch_draw_string(gui.row, scol - cn, s + i, cl,
                                                    draw_flags | DRAW_TRANSP);
 #  else