diff options
| author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-09-11 20:54:31 +0000 |
|---|---|---|
| committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-09-11 20:54:31 +0000 |
| commit | abd477730033805f713ae13f0cabab1040b43367 (patch) | |
| tree | a0712f1c4cddfcb98cf6ad083f9b58d97dafaf70 /tipper/message_pump.h | |
| parent | 6b7b2beb5c302331cc4e2f484ff4098719b11cc4 (diff) | |
Removed unneeded dependencies
Cleaned-up headers
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@531 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/message_pump.h')
| -rw-r--r-- | tipper/message_pump.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tipper/message_pump.h b/tipper/message_pump.h index 309b5e7..f72d5bc 100644 --- a/tipper/message_pump.h +++ b/tipper/message_pump.h @@ -1,8 +1,6 @@ #ifndef _MESSAGE_PUMP_INC
#define _MESSAGE_PUMP_INC
-//extern DWORD message_pump_thread_id;
-extern unsigned int message_pump_thread_id;
void PostMPMessage(UINT msg, WPARAM, LPARAM);
#define MUM_CREATEPOPUP (WM_USER + 0x011)
|
