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
DdeConnections* pConnections;
// Server
long hCurConvSvr;
ULONG hDdeInstSvr;
DWORD hDdeInstSvr;
short nInstanceSvr;
DdeServices* pServicesSvr;
// Client
ULONG hDdeInstCli;
DWORD hDdeInstCli;
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