use G_OS_WIN32 and G_HAVE_CYGWIN #defines

* app/app_procs.c
* app/gdisplay_color.[ch]
* app/gdisplay_color_ui.c: make the ui usable

* app/gdisplay.c: enable cdisplay support

* modules/Makefile.am
* modules/cdisplay_gamma.c: moved gamma functionality to separate

-Yosh
This commit is contained in:
Manish Singh
1999-10-04 19:26:07 +00:00
parent 7f54f56e51
commit d0519fd33d
98 changed files with 1583 additions and 1035 deletions

View File

@ -453,7 +453,7 @@ valid_module_name (const char *filename)
len = strlen (basename);
#if !defined(WIN32) && !defined(__EMX__)
#if !defined(G_OS_WIN32) && !defined(G_HAVE_CYGWIN) && !defined(__EMX__)
if (len < 3 + 1 + 3)
return FALSE;