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:
parent
5b06a80f9f
commit
b7d70f7626
@ -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"
|
||||
|
||||
|
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user