diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-08-26 20:00:36 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-08-26 20:00:36 +0000 |
commit | eab30a12236f36eb0acc777cf77ff88c7cda0d79 (patch) | |
tree | 98bebc21c27e581b8da08770c6775ce8551fffc7 /ChangeLog.pre-2-6 | |
parent | 5abc7156b6880b213ce770580fa01f82d11052da (diff) | |
download | gtk+-eab30a12236f36eb0acc777cf77ff88c7cda0d79.tar.gz |
Use MAX_PATH (from windef.h) insted of _MAX_PATH (from stdlib.h in mingw
2002-08-26 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Use MAX_PATH
(from windef.h) insted of _MAX_PATH (from stdlib.h in mingw and
MSVC, but not there in Cygwin) (#91681, Masahiro Sakai).
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 74f4cff1e3..2893b28d2a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2002-08-26 Tor Lillqvist <tml@iki.fi> + + * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Use MAX_PATH + (from windef.h) insted of _MAX_PATH (from stdlib.h in mingw and + MSVC, but not there in Cygwin) (#91681, Masahiro Sakai). + Mon Aug 26 12:21:16 BST 2002 Tony Gale <gale@gtk.org> * docs/tutorial/package-db-tutorial.sh: cleanups |