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