no change: just move a misplaced comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2009-03-18 21:11:13 +00:00
parent 5b06a80f9f
commit b7d70f7626
2 changed files with 4 additions and 3 deletions

View File

@ -13,9 +13,6 @@
#ifndef _WX_WXCRT_H_
#define _WX_WXCRT_H_
// NB: User code should include wx/crt.h instead of including this
// header directly.
#include "wx/wxcrtbase.h"
#include "wx/string.h"

View File

@ -26,6 +26,10 @@
NB: don't include any wxWidgets headers here because almost all of them
include this one!
NB2: User code should include wx/crt.h instead of including this
header directly.
*/
#if !defined(__WXPALMOS5__)