s/G_HAVE_CYGWIN/G_WITH_CYGWIN/

-Yosh
This commit is contained in:
Manish Singh
1999-10-06 21:27:18 +00:00
parent 61e9a437db
commit 1799b91e75
25 changed files with 153 additions and 147 deletions

View File

@ -51,7 +51,7 @@
#include <sys/select.h>
#endif
#if defined(G_OS_WIN32) || defined(G_HAVE_CYGWIN)
#if defined(G_OS_WIN32) || defined(G_WITH_CYGWIN)
# define STRICT
# include <windows.h>
# undef RGB
@ -96,7 +96,7 @@ guint gimp_major_version = GIMP_MAJOR_VERSION;
guint gimp_minor_version = GIMP_MINOR_VERSION;
guint gimp_micro_version = GIMP_MICRO_VERSION;
#if defined(G_OS_WIN32) || defined(G_HAVE_CYGWIN)
#if defined(G_OS_WIN32) || defined(G_WITH_CYGWIN)
static HANDLE shm_handle;
#endif
@ -264,7 +264,7 @@ gimp_close (void)
if (PLUG_IN_INFO.quit_proc)
(* PLUG_IN_INFO.quit_proc) ();
#if defined(G_OS_WIN32) || defined(G_HAVE_CYGWIN)
#if defined(G_OS_WIN32) || defined(G_WITH_CYGWIN)
CloseHandle (shm_handle);
#else
#ifdef HAVE_SHM_H
@ -1319,7 +1319,7 @@ gimp_config (GPConfig *config)
if (_shm_ID != -1)
{
#if defined(G_OS_WIN32) || defined(G_HAVE_CYGWIN)
#if defined(G_OS_WIN32) || defined(G_WITH_CYGWIN)
/*
* Use Win32 shared memory mechanisms for
* transfering tile data