summaryrefslogtreecommitdiff
path: root/fluid/ExternalCodeEditor_WIN32.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/ExternalCodeEditor_WIN32.cxx')
-rw-r--r--fluid/ExternalCodeEditor_WIN32.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/fluid/ExternalCodeEditor_WIN32.cxx b/fluid/ExternalCodeEditor_WIN32.cxx
index ba7a2775c..105eaf702 100644
--- a/fluid/ExternalCodeEditor_WIN32.cxx
+++ b/fluid/ExternalCodeEditor_WIN32.cxx
@@ -1,10 +1,9 @@
//
// "$Id$".
//
-// External code editor management class for Windows
+// External code editor management class for Windows
//
-
-#ifdef WIN32 /* This entire file windows only */
+// Note: This entire file Windows only.
#include <stdio.h> // snprintf()
@@ -571,7 +570,6 @@ int ExternalCodeEditor::editors_open() {
return L_editors_open;
}
-#endif /* WIN32 */
//
// End of "$Id$".
//