]> git.saurik.com Git - wxWidgets.git/commit
Include defs.h before including wxchar.h to make init.h self-contained (able to inclu...
authorMart Raudsepp <leio@gentoo.org>
Thu, 19 Oct 2006 07:43:24 +0000 (07:43 +0000)
committerMart Raudsepp <leio@gentoo.org>
Thu, 19 Oct 2006 07:43:24 +0000 (07:43 +0000)
commit264972539817115bdfe987e080f8449cad1757eb
treee2df4d8b4c502f8082de1fdaa06e6574495f7fda
parent45388803ec75bc3e5382e1835507ed7669a13a9a
Include defs.h before including wxchar.h to make init.h self-contained (able to include this header in
applications as the only one).
Before with only include wxchar.h it was missing ATTRIBUTE_PRINTF and other things due to wxchar.h not including
defs.h because of defs.h including wxchar.h itself.
We probably don't need to include wxchar.h anymore in init.h then, but I don't want to rely on wxchar.h being
always included from defs.h (if we can rely on that, please change if appropriate)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/init.h