Don't return duplicate matches when matching empty strings. (#515944) Add
[platform/upstream/glib.git] / README.win32
index d77c417..b48bc20 100644 (file)
@@ -19,7 +19,7 @@ have been used successfully.
 
 But note that to just *use* GLib on Windows, there is no need to build
 it yourself. Prepackaged runtime and developer packages are available
-from the webiste above. On Unix, it is quite normal that system admins
+from the website above. On Unix, it is quite normal that system admins
 build and install libraries like GLib themselves without bothering to
 look for prebuilt packages, especially if prebuilt packages tend to
 use installation paths that don't conform to local customs.
@@ -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