made wxProcess-related code compile again (it doesn't work correctly yet,
will be fixed a bit later) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,7 +28,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/log.h"
|
#include "wx/log.h"
|
||||||
|
#include "wx/process.h"
|
||||||
|
|
||||||
#include "wx/msw/private.h"
|
#include "wx/msw/private.h"
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
@@ -96,7 +99,7 @@ LRESULT APIENTRY _EXPORT wxExecuteWindowCbk(HWND hWnd, UINT message,
|
|||||||
if (message == wxEXECUTE_WIN_MESSAGE) {
|
if (message == wxEXECUTE_WIN_MESSAGE) {
|
||||||
DestroyWindow(hWnd);
|
DestroyWindow(hWnd);
|
||||||
if (data->handler)
|
if (data->handler)
|
||||||
data->handler->OnTerminate((int)data->process);
|
data->handler->OnTerminate((int)data->process, -1);
|
||||||
|
|
||||||
if (data->state)
|
if (data->state)
|
||||||
data->state = 0;
|
data->state = 0;
|
||||||
|
Reference in New Issue
Block a user