diff options
Diffstat (limited to 'src/core/stdurl/url.h')
-rw-r--r-- | src/core/stdurl/url.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdurl/url.h b/src/core/stdurl/url.h index 075f14ecbb..dd8b2eda0f 100644 --- a/src/core/stdurl/url.h +++ b/src/core/stdurl/url.h @@ -29,12 +29,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define DDEMESSAGETIMEOUT 1000
struct UrlRcvData {
- HCONTACT hContact;
+ MCONTACT hContact;
HANDLE hDbEvent;
};
struct UrlSendData {
- HCONTACT hContact;
+ MCONTACT hContact;
HANDLE hSendId;
HANDLE hAckEvent;
char *sendBuffer;
|