Fixed includes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
459073a907
commit
ceb8f94a96
@ -19,7 +19,6 @@
|
||||
#endif //WX_PRECOMP
|
||||
|
||||
#include "wx/os2/private.h"
|
||||
#include "wx/timer.h"
|
||||
#include "wx/intl.h"
|
||||
#include "wx/apptrait.h"
|
||||
|
||||
@ -147,7 +146,6 @@ bool wxShell(
|
||||
{
|
||||
wxChar* zShell = _T("CMD.EXE");
|
||||
wxString sInputs;
|
||||
wxChar zTmp[255];
|
||||
STARTDATA SData = {0};
|
||||
PSZ PgmTitle = "Command Shell";
|
||||
APIRET rc;
|
||||
|
@ -31,6 +31,9 @@
|
||||
#include "wx/cursor.h"
|
||||
#endif //WX_PRECOMP
|
||||
|
||||
#include "wx/apptrait.h"
|
||||
#include "wx/timer.h"
|
||||
|
||||
#include "wx/os2/private.h" // includes <windows.h>
|
||||
|
||||
// ============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user