diff options
Diffstat (limited to 'include/m_protosvc.h')
-rw-r--r-- | include/m_protosvc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 95c9e57e60..74626d3c0c 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -775,7 +775,7 @@ struct PROTORECVFILE MAllCStrings descr; // file description
int fileCount; // number of files being transferred
MAllCStringArray files; // array of file names
- LPARAM lParam; // extra space for the network level protocol module
+ void *pUserInfo; // extra space for the network level protocol module
const char *szId; // server message id
const char *szUserId; // groupchat user id
const char *szReplyId; // this message is a reply to a message with that server id
|