diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2012-03-06 10:15:46 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2012-03-06 10:15:46 +0000 |
commit | 3209a5fc38088077300a7048a8ad3679ca3d41b8 (patch) | |
tree | b80baa59ec06f35e932920fa5284c04cc37ab330 /yapp/message_pump.h | |
parent | fa3cdddd7fa6c0b50b117709da605a524e36117a (diff) |
Latest updates
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@598 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'yapp/message_pump.h')
-rw-r--r-- | yapp/message_pump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yapp/message_pump.h b/yapp/message_pump.h index 52f7970..70671b1 100644 --- a/yapp/message_pump.h +++ b/yapp/message_pump.h @@ -1,7 +1,7 @@ #ifndef _MESSAGE_PUMP_INC
#define _MESSAGE_PUMP_INC
-extern DWORD message_pump_thread_id;
+extern unsigned message_pump_thread_id;
void PostMPMessage(UINT msg, WPARAM, LPARAM);
#define MUM_CREATEPOPUP (WM_USER + 0x011)
|