#endif
#include "wx/log.h"
+
+#ifdef __WIN32__
#include "wx/process.h"
+#endif
#include "wx/msw/private.h"
return 0;
}
-#endif
// window procedure of a hidden window which is created just to receive
// the notification message when a process exits
return 0;
}
+#endif
extern wxChar wxPanelClassName[];