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:
Vadim Zeitlin 1999-02-07 23:45:17 +00:00
parent 18fd783ca8
commit dbeac4bd72

View File

@ -28,7 +28,10 @@
#endif
#include "wx/log.h"
#include "wx/process.h"
#include "wx/msw/private.h"
#include <windows.h>
#include <ctype.h>
@ -96,7 +99,7 @@ LRESULT APIENTRY _EXPORT wxExecuteWindowCbk(HWND hWnd, UINT message,
if (message == wxEXECUTE_WIN_MESSAGE) {
DestroyWindow(hWnd);
if (data->handler)
data->handler->OnTerminate((int)data->process);
data->handler->OnTerminate((int)data->process, -1);
if (data->state)
data->state = 0;