Changeset 1038 for trunk/dll/notify.c
- Timestamp:
- Jul 4, 2008, 10:33:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notify.c
r1009 r1038 35 35 #include "strutil.h" // GetPString 36 36 #include "fm3dll.h" 37 #include "fortify.h" 37 38 38 39 #pragma data_seg(DATA1) … … 432 433 { 433 434 HAB hab = WinInitialize(0); 434 435 # ifdef FORTIFY 436 Fortify_EnterScope(); 437 # endif 435 438 if (hab) { 436 439 HMQ hmq = WinCreateMsgQueue(hab, 0); … … 444 447 WinTerminate(hab); 445 448 } 449 # ifdef FORTIFY 450 Fortify_LeaveScope(); 451 # endif 446 452 } 447 453 … … 544 550 } 545 551 546 #pragma alloc_text(NOTIFY,Notify,NotifyWndProc,StartNotify) 547 #pragma alloc_text(NOTIFY,NotifyThread,NotifyError) 552 #pragma alloc_text(NOTIFY,Notify,NotifyWndProc,StartNotify,NotifyError) 548 553 #pragma alloc_text(NOTIFY2,AddNote,NoteThread,NoteWndProc) 549 554 #pragma alloc_text(NOTIFY3,StartNotes,EndNote,HideNote,ShowNote)
Note:
See TracChangeset
for help on using the changeset viewer.