diff options
author | Tor Lillqvist <tml@iki.fi> | 1999-10-04 23:04:34 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-10-04 23:04:34 +0000 |
commit | 7359af948d26f35b3d57dd4b4a482edd117c23f7 (patch) | |
tree | c49babe79f95f4fb79a705f883d23a0ac1ebf2ba /glibconfig.h.win32.in | |
parent | 65ef92cea45e23c6133d5386ac2c66dbb77d276a (diff) | |
download | glib-7359af948d26f35b3d57dd4b4a482edd117c23f7.tar.gz glib-7359af948d26f35b3d57dd4b4a482edd117c23f7.tar.bz2 glib-7359af948d26f35b3d57dd4b4a482edd117c23f7.zip |
Don't define WIN32 and NATIVE_WIN32.
1999-10-05 Tor Lillqvist <tml@iki.fi>
* glibconfig.h.win32.in: Don't define WIN32 and NATIVE_WIN32.
* gerror.c (g_on_error_query): (Win32) Slightly more verbosity.
* build-dll: Don't strip.
* gmodule.h: (Win32) Use __declspec(dllexport) in G_MODULE_EXPORT
only with gcc.
Diffstat (limited to 'glibconfig.h.win32.in')
-rw-r--r-- | glibconfig.h.win32.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in index e87aae479..805e731ef 100644 --- a/glibconfig.h.win32.in +++ b/glibconfig.h.win32.in @@ -185,12 +185,6 @@ struct _GStaticMutex #define G_HAVE_WCHAR_H 1 #define G_HAVE_WCTYPE_H 1 -/* Define if this is Win32, possibly using the Cygwin emulation layer. */ -#define WIN32 1 - -/* Define if this is Win32 using the Microsoft C runtime. */ -#define NATIVE_WIN32 1 - #ifdef __cplusplus } #endif /* __cplusplus */ |