diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-06-06 15:53:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-06-06 15:53:29 +0000 |
commit | 1ff3545666f63e4f80dac62e63969d9cf0fd75d6 (patch) | |
tree | c449a810cec67b08a25af9b0185570a1e58a60af /svtools | |
parent | d79fd5eb098f127757f53d8a3ca4a14974b7b623 (diff) |
INTEGRATION: CWS mingwport13 (1.5.26); FILE MERGED
2008/05/05 13:27:46 vg 1.5.26.1: #i88772# MinGW fixes for DEV300
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/svdde/ddewrap.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/svtools/source/svdde/ddewrap.cxx b/svtools/source/svdde/ddewrap.cxx index cbda06891b95..b0b023ad3a75 100644 --- a/svtools/source/svdde/ddewrap.cxx +++ b/svtools/source/svdde/ddewrap.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ddewrap.cxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -44,11 +44,7 @@ //------------------------------------------------------------------------ -#ifdef __MINGW32__ -HSZ WINAPI DdeCreateStringHandleW_9x( DWORD idInst, LPWSTR pszString, int ) -#else HSZ WINAPI DdeCreateStringHandleW_9x( DWORD idInst, LPCWSTR pszString, int ) -#endif { HSZ hszResult; LPSTR pszANSIString; |