diff options
author | Manish Singh <yosh@src.gnome.org> | 1999-10-04 02:32:50 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1999-10-04 02:32:50 +0000 |
commit | 7ea73a019935e1118935433c86480acc5eee2e05 (patch) | |
tree | b7afcc4761a189dcea1ce0f405f2a585e624f30c /glibconfig.h.win32.in | |
parent | 4944d4df46e31275173c5d559792d21b5839a5cd (diff) | |
download | glib-7ea73a019935e1118935433c86480acc5eee2e05.tar.gz |
G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but
I haven't tested it. The respective porters should fix any screwups
-Yosh
Diffstat (limited to 'glibconfig.h.win32.in')
-rw-r--r-- | glibconfig.h.win32.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in index a9bf191e8..e87aae479 100644 --- a/glibconfig.h.win32.in +++ b/glibconfig.h.win32.in @@ -101,6 +101,8 @@ typedef unsigned long long guint64; #define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@ #define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@ +#define G_OS_WIN32 + #ifdef __cplusplus #define G_HAVE_INLINE 1 #else /* !__cplusplus */ |