mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-12-26 22:25:50 +08:00
sync up with github
This commit is contained in:
@@ -95,7 +95,7 @@ const GLT_MSG_ENTRY* c_cmd_target::FindMsgEntry(const GLT_MSG_ENTRY *pEntry,
|
||||
|
||||
while (MSG_CALLBACK_NULL != pEntry->callbackType)
|
||||
{
|
||||
if ( (msgType == pEntry->msgType) && (msgId == pEntry->msgId) && (void*)ctrlId == pEntry->pObject)
|
||||
if ( (msgType == pEntry->msgType) && (msgId == pEntry->msgId) && (void*)(unsigned long)ctrlId == pEntry->pObject)
|
||||
{
|
||||
return pEntry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user