diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-23 22:52:58 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-24 00:56:55 +0200 |
commit | 903eccabe67e647b5b0b8a9c9e77dc8e57be6038 (patch) | |
tree | a8cb1d9f3185041e04c70f7ca25c3eab02f38ef7 /svl | |
parent | 4d5c0f7114d081fe9daf6d221eafef5d225f38fb (diff) |
Fix compilation error on 64-bit Windows
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/svdde/ddeimp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/svdde/ddeimp.hxx b/svl/source/svdde/ddeimp.hxx index 4f914382cf79..a0c2c0f30806 100644 --- a/svl/source/svdde/ddeimp.hxx +++ b/svl/source/svdde/ddeimp.hxx @@ -156,11 +156,11 @@ struct DdeInstData DdeConnections* pConnections; // Server long hCurConvSvr; - ULONG hDdeInstSvr; + DWORD hDdeInstSvr; short nInstanceSvr; DdeServices* pServicesSvr; // Client - ULONG hDdeInstCli; + DWORD hDdeInstCli; short nInstanceCli; }; |