diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-06 19:18:34 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-06 19:18:34 +0000 |
| commit | 8b880adac62b6724c36405b173286362c386c227 (patch) | |
| tree | f6633bd92ddab8ef7b483be4c152bcd5dfbec3fb /test/color_chooser.cxx | |
| parent | 725a11bce75ffff56ed081c26240510d3bfacd78 (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.cxx | 2 |
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; |
