diff options
Diffstat (limited to 'desktop/win32')
-rwxr-xr-x | desktop/win32/source/QuickStart/QuickStart.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/win32/source/QuickStart/QuickStart.cxx b/desktop/win32/source/QuickStart/QuickStart.cxx index 3531c29ea317..b034b6f0818f 100755 --- a/desktop/win32/source/QuickStart/QuickStart.cxx +++ b/desktop/win32/source/QuickStart/QuickStart.cxx @@ -145,6 +145,9 @@ int APIENTRY WinMain(HINSTANCE hInstance, launchSoffice(); return 0; +#if 0 // Note unconditional "return 0" above. Do not remove this block of code + // unless you are sure it will never be needed even for reference. + // TODO: Place code here. MSG msg; HACCEL hAccelTable; @@ -179,6 +182,7 @@ int APIENTRY WinMain(HINSTANCE hInstance, } return msg.wParam; +#endif } |