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 482ddf4a01..075f14ecbb 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 {
- HANDLE hContact;
+ HCONTACT hContact;
HANDLE hDbEvent;
};
struct UrlSendData {
- HANDLE hContact;
+ HCONTACT hContact;
HANDLE hSendId;
HANDLE hAckEvent;
char *sendBuffer;
|