summaryrefslogtreecommitdiff
path: root/test/color_chooser.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-10-06 19:18:34 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-10-06 19:18:34 +0000
commit8b880adac62b6724c36405b173286362c386c227 (patch)
treef6633bd92ddab8ef7b483be4c152bcd5dfbec3fb /test/color_chooser.cxx
parent725a11bce75ffff56ed081c26240510d3bfacd78 (diff)
Applied patches from Bill Spitzak.
Fixed line termination (lots-o-Windows CR+LF mixed in...) git-svn-id: file:///fltk/svn/fltk/trunk@9 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/color_chooser.cxx')
-rw-r--r--test/color_chooser.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/color_chooser.cxx b/test/color_chooser.cxx
index 9cdcbd36a..cc9c5cad5 100644
--- a/test/color_chooser.cxx
+++ b/test/color_chooser.cxx
@@ -16,7 +16,9 @@
#include <stdlib.h>
#include <stdio.h>
+#ifndef WIN32
#include "list_visuals.C"
+#endif
int width = 75;
int height = 75;