diff options
Diffstat (limited to 'protocols/IcqOscarJ/src/oscar_filetransfer.h')
-rw-r--r-- | protocols/IcqOscarJ/src/oscar_filetransfer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/IcqOscarJ/src/oscar_filetransfer.h b/protocols/IcqOscarJ/src/oscar_filetransfer.h index 948bc1714d..b01dabd2b0 100644 --- a/protocols/IcqOscarJ/src/oscar_filetransfer.h +++ b/protocols/IcqOscarJ/src/oscar_filetransfer.h @@ -123,7 +123,7 @@ void SafeReleaseFileTransfer(void **ft); struct oscar_connection
{
MCONTACT hContact;
- HANDLE hConnection;
+ HNETLIBCONN hConnection;
int status;
DWORD dwUin;
uid_str szUid;
@@ -154,7 +154,7 @@ struct oscar_listener {
CIcqProto *ppro;
WORD wPort;
- HANDLE hBoundPort;
+ HNETLIBBIND hBoundPort;
oscar_filetransfer *ft;
};
|