Changeset 528 for trunk/dll/mle.c
- Timestamp:
- Nov 4, 2006, 9:59:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mle.c
r350 r528 12 12 16 Apr 06 SHL MLEexportfile: rework to avoid wrap problems 13 13 14 Jul 06 SHL Use Runtime_Error 14 03 Nov 06 SHL Count thread usage 14 15 15 16 ***********************************************************************/ … … 769 770 if(thmq) { 770 771 WinCancelShutdown(thmq,TRUE); 772 IncrThreadUsage(); 771 773 priority_normal(); 772 774 if(bkg->hex == 1) … … 786 788 WinDestroyMsgQueue(thmq); 787 789 } 790 DecrThreadUsage(); 788 791 WinTerminate(thab); 789 792 _endthread(); 790 793 } 794 // fixme to be gone? 791 795 PostMsg(bkg->hwndReport,bkg->msg,MPVOID,MPVOID); 792 796 }
Note:
See TracChangeset
for help on using the changeset viewer.