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

@ -34,7 +34,7 @@
#include <dirent.h>
#endif
#ifdef NATIVE_WIN32
#ifdef G_OS_WIN32
#ifndef S_ISDIR
#define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR)
#define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)