summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2007-01-18 19:05:21 +0000
committerTor Lillqvist <tml@src.gnome.org>2007-01-18 19:05:21 +0000
commit98a5ddc4c8afcb87b81dbd7f2a688d55f1a011e3 (patch)
tree761dcfb5a5c8872f824726240b59233bb50c7624 /README.win32
parent4651177384e8bae4497e0099582d5cc34a649407 (diff)
downloadglib-98a5ddc4c8afcb87b81dbd7f2a688d55f1a011e3.tar.gz
glib-98a5ddc4c8afcb87b81dbd7f2a688d55f1a011e3.tar.bz2
glib-98a5ddc4c8afcb87b81dbd7f2a688d55f1a011e3.zip
config.h.win32.in glib/galloca.h glib/gbacktrace.h glib/gwin32.c
2007-01-17 Tor Lillqvist <tml@novell.com> * config.h.win32.in * glib/galloca.h * glib/gbacktrace.h * glib/gwin32.c * glibconfig.h.win32.in * README.win32: More minor tweaks for Digital Mars compiler. (#346808, Serhat Sevki Dincer) svn path=/trunk/; revision=5294
Diffstat (limited to 'README.win32')
-rw-r--r--README.win321
1 files changed, 1 insertions, 0 deletions
diff --git a/README.win32 b/README.win32
index d77c417c8..8ad9a3f8d 100644
--- a/README.win32
+++ b/README.win32
@@ -49,6 +49,7 @@ available in all source files that include <glib.h> or GTK+ headers.
Additionally, there are the compiler-specific macros:
- __GNUC__ is defined when using gcc
- _MSC_VER is defined when using the Microsoft compiler
+- __DMC__ is defined when using the Digital Mars C/C++ compiler
G_OS_WIN32 implies using the Microsoft C runtime MSVCRT.DLL. GLib is
not known to work with the older CRTDLL.DLL runtime, or the static