summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2009-02-16 13:21:13 +0000
committerJoachim Lingner <jl@openoffice.org>2009-02-16 13:21:13 +0000
commit043d3becc55c883c1a3d0d37f226aa4d7d44f7a6 (patch)
treebf17e525595567db339b4bbf77b237aec98fd87d
parent22f56bc3238b9677f686c0c97ba58c6e9f53f363 (diff)
#i99249# undoing fix, should have gone to cws jl117
-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 6ee59c891b..c8170e6948 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 UNOPKG
+ #ifdef GUISTDIO_KEEPRUNNING
dwWaitResult = WaitForMultipleObjects( elementsof(hObjects), hObjects, TRUE, INFINITE );
#else
bool bDetach = false;