will be fixed a bit later)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1639
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif
#include "wx/log.h"
+#include "wx/process.h"
+
#include "wx/msw/private.h"
+
#include <windows.h>
#include <ctype.h>
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;