Changeset 532
- Timestamp:
- Nov 4, 2006, 10:07:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notify.c
r377 r532 480 480 481 481 482 VOID NoteThread(VOID *args)482 static VOID NoteThread(VOID *args) 483 483 { 484 484 HAB hab2; … … 567 567 { 568 568 if(hwndNotify) 569 if(!PostMsg(hwndNotify, 570 WM_CLOSE, 571 MPVOID, 572 MPVOID)) 573 WinSendMsg(hwndNotify, 574 WM_CLOSE, 575 MPVOID, 576 MPVOID); 569 if (!PostMsg(hwndNotify,WM_CLOSE,MPVOID,MPVOID)) 570 WinSendMsg(hwndNotify,WM_CLOSE,MPVOID,MPVOID); 577 571 } 578 572
Note:
See TracChangeset
for help on using the changeset viewer.