summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/mtaole
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 09:23:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 09:23:18 +0000
commitdf8e8ed388a72b3896a0774b3a0ad676c812356b (patch)
tree4a918f8645af1116e3afb4cebac3e5c794cfc071 /dtrans/source/win32/mtaole
parent8d2927e76b7b1d7e6a5cef51f660b43404b46fc6 (diff)
INTEGRATION: CWS draw11 (1.20.38); FILE MERGED
2003/05/14 13:15:44 tra 1.20.38.1: #108838#removed PeekMessage parameter PM_QS_SENDMESSAGE, which is not valid under NT4 and leads to clipboard deadlocks, e.g. while changing into fullscreen presentation mode impress
Diffstat (limited to 'dtrans/source/win32/mtaole')
-rw-r--r--dtrans/source/win32/mtaole/MtaOleClipb.cxx17
1 files changed, 3 insertions, 14 deletions
diff --git a/dtrans/source/win32/mtaole/MtaOleClipb.cxx b/dtrans/source/win32/mtaole/MtaOleClipb.cxx
index 7c46ba220bcf..9e1708a789ff 100644
--- a/dtrans/source/win32/mtaole/MtaOleClipb.cxx
+++ b/dtrans/source/win32/mtaole/MtaOleClipb.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MtaOleClipb.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: hro $ $Date: 2002-12-12 15:57:59 $
+ * last change: $Author: vg $ $Date: 2003-05-22 10:23:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,17 +75,6 @@
#pragma warning( disable : 4786 ) // identifier was truncated to 'number'
// characters in the debug information
-/*
- Enable APIs that are only available for 98/Me/2K/XP.
- Actually we need PM_QS_SENDMESSAGE
-*/
-#ifdef WINVER
-#if WINVER < 0x0500
-#undef WINVER
-#define WINVER 0x0500
-#endif
-#endif
-
#define UNICODE
#ifndef _OSL_DIAGNOSE_H_
@@ -186,7 +175,7 @@ namespace /* private */
queue that's what we want, messages from the PostMessage
queue stay untouched */
MSG msg;
- PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE | PM_QS_SENDMESSAGE);
+ PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE);
break;
}