summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-08-26 20:00:36 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-08-26 20:00:36 +0000
commiteab30a12236f36eb0acc777cf77ff88c7cda0d79 (patch)
tree98bebc21c27e581b8da08770c6775ce8551fffc7 /ChangeLog.pre-2-6
parent5abc7156b6880b213ce770580fa01f82d11052da (diff)
downloadgtk+-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-66
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