]> git.saurik.com Git - wxWidgets.git/commitdiff
mention Linux/AMD64 build fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Mar 2005 11:17:48 +0000 (11:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Mar 2005 11:17:48 +0000 (11:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index e9fb5ff12006442d91dc083023ba47669d8021c1..4302f8ca010a24e04b7f6c0cb64a69bb633db643 100644 (file)
@@ -19,6 +19,10 @@ All (GUI):
 - Added style parameter to wxBufferedDC to allow buffering just the client, or
   the whole virtual area.
 
+Unix:
+
+- fixed build on Linux/AMD64
+
 wxGTK:
 
 - Improved wxSystemSettings::GetMetric() to work better with X11. (Mart Raudsepp)