[CMAKE]
[reactos.git] / base / shell / explorer / explorer.cpp
index f555010..4e6aee7 100644 (file)
@@ -968,7 +968,9 @@ int explorer_main(HINSTANCE hInstance, LPTSTR lpCmdLine, int cmdShow)
        }
 #endif
 
-       return Window::MessageLoop();
+       Window::MessageLoop();
+       
+       return 1;
 }