diff options
Diffstat (limited to 'sfx2/source/appl/lnkbase2.cxx')
-rw-r--r-- | sfx2/source/appl/lnkbase2.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx index e24af8c885d8..21b3207ce10c 100644 --- a/sfx2/source/appl/lnkbase2.cxx +++ b/sfx2/source/appl/lnkbase2.cxx @@ -99,7 +99,7 @@ class ImplDdeItem : public DdeGetPutItem bool bIsValidData : 1; bool bIsInDTOR : 1; public: -#if defined WNT +#if defined(_WIN32) ImplDdeItem( SvBaseLink& rLink, const OUString& rStr ) : DdeGetPutItem( rStr ), pLink( &rLink ), bIsValidData( false ), bIsInDTOR( false ) @@ -147,7 +147,7 @@ SvBaseLink::SvBaseLink( SfxLinkUpdateMode nUpdateMode, SotClipboardFormatId nCon pImplData->ClientType.bIntrnlLnk = false; } -#if defined WNT +#if defined(_WIN32) static DdeTopic* FindTopic( const OUString & rLinkName, sal_uInt16* pItemStt ) { |