updated for version 7.0060
diff --git a/src/gui_w16.c b/src/gui_w16.c
index e6aa850..4970336 100644
--- a/src/gui_w16.c
+++ b/src/gui_w16.c
@@ -584,9 +584,6 @@
     SelectFont(s_hdc, gui.currFont);
 }
 
-
-
-
 /*
  * Set the current text foreground color.
  */
@@ -610,6 +607,15 @@
     SetBkColor(s_hdc, gui.currBgColor);
 }
 
+/*
+ * Set the current text special color.
+ */
+    void
+gui_mch_set_sp_color(guicolor_T color)
+{
+    /* TODO */
+}
+
 
 
     void