Kaydet (Commit) 903eccab authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix compilation error on 64-bit Windows

üst 4d5c0f71
...@@ -156,11 +156,11 @@ struct DdeInstData ...@@ -156,11 +156,11 @@ struct DdeInstData
DdeConnections* pConnections; DdeConnections* pConnections;
// Server // Server
long hCurConvSvr; long hCurConvSvr;
ULONG hDdeInstSvr; DWORD hDdeInstSvr;
short nInstanceSvr; short nInstanceSvr;
DdeServices* pServicesSvr; DdeServices* pServicesSvr;
// Client // Client
ULONG hDdeInstCli; DWORD hDdeInstCli;
short nInstanceCli; short nInstanceCli;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment