summaryrefslogtreecommitdiff
path: root/include/sfx2/app.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/app.hxx')
-rw-r--r--include/sfx2/app.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx
index ed618d974854..58738f6e7b07 100644
--- a/include/sfx2/app.hxx
+++ b/include/sfx2/app.hxx
@@ -139,13 +139,13 @@ public:
static ResMgr* GetSfxResManager();
// DDE
-#if defined( WNT )
+#if defined(_WIN32)
long DdeExecute( const OUString& rCmd );
#endif
bool InitializeDde();
const DdeService* GetDdeService() const;
DdeService* GetDdeService();
-#if defined( WNT )
+#if defined(_WIN32)
void AddDdeTopic( SfxObjectShell* );
#endif
void RemoveDdeTopic( SfxObjectShell* );