]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dummy.cpp
somehow log target wasn't being created automatically anymore. Restored.
[wxWidgets.git] / src / msw / dummy.cpp
index 67004e57c8357f5f5f6f2d93122a31ca1f9a6c64..50f5c99001a66b0472e9d73972c35413c24fafb1 100644 (file)
@@ -55,7 +55,7 @@ int PASCAL
 int APIENTRY
 #endif
 
- WinMain(HANDLE hInstance, HANDLE hPrevInstance, LPSTR m_lpCmdLine,
+ WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR m_lpCmdLine,
                     int nCmdShow )
 {
   return wxEntry((WXHINSTANCE) hInstance, (WXHINSTANCE) hPrevInstance, m_lpCmdLine, nCmdShow);