-
- // PM does not need non visible object windows to run console child processes
-/*
- HWND hwnd = ::WinCreateWindow( HWND_DESKTOP
- ,wxPanelClassName
- ,NULL
- ,0
- ,0
- ,0
- ,0
- ,0
- ,NULLHANDLE
- ,NULLHANDLE
- ,ulWindowId
- ,NULL
- ,NULL
- );
- wxASSERT_MSG( hwnd, wxT("can't create a hidden window for wxExecute") );
- pOldProc = ::WinSubclassWindow(hwnd, (PFNWP)&wxExecuteWindowCbk);
-
-*/