Advertisement
Guest User

Untitled

a guest
Jan 13th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.60 KB | None | 0 0
  1. diff --git a/desktop/source/app/main.c b/desktop/source/app/main.c
  2. index 643c42a7ad24..f48115f514f8 100644
  3. --- a/desktop/source/app/main.c
  4. +++ b/desktop/source/app/main.c
  5. @@ -17,6 +17,10 @@
  6.   *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  7.   */
  8.  
  9. +#include <prewin.h>
  10. +#include <windows.h>
  11. +#include <postwin.h>
  12. +
  13.  #include <sal/main.h>
  14.  
  15.  #include "sofficemain.h"
  16. @@ -45,6 +49,7 @@ __attribute__ ((visibility("default"))) void xmlCleanupParser(void)
  17.  #endif
  18.  
  19.  SAL_IMPLEMENT_MAIN() {
  20. +    Sleep(20000);
  21.      int ret = soffice_main();
  22.  #ifdef DBG_UTIL
  23.  #ifdef __gnu_linux__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement