summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2009-02-16 12:23:29 +0000
committerJoachim Lingner <jl@openoffice.org>2009-02-16 12:23:29 +0000
commit9d6ec8f875e2a410b3dc51b7b567789b28007e55 (patch)
treeff36818e63622a50f6503b7b1a6fb361f4b67e63
parent5acf30bb5a9f39feb4a7bb740963330e7ae2dc20 (diff)
#i99249# unopkg hangs during installing extensions and does not print out information
-rw-r--r--desktop/win32/source/guistdio/guistdio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/win32/source/guistdio/guistdio.inc b/desktop/win32/source/guistdio/guistdio.inc
index c8170e6948..6ee59c891b 100644
--- a/desktop/win32/source/guistdio/guistdio.inc
+++ b/desktop/win32/source/guistdio/guistdio.inc
@@ -361,7 +361,7 @@ int _tmain( int, _TCHAR ** )
hErrorThread
};
- #ifdef GUISTDIO_KEEPRUNNING
+ #ifdef UNOPKG
dwWaitResult = WaitForMultipleObjects( elementsof(hObjects), hObjects, TRUE, INFINITE );
#else
bool bDetach = false;