Changeset 1012 for trunk/dll/init.c
- Timestamp:
- May 11, 2008, 10:27:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1004 r1012 77 77 #include "fm3dll.h" 78 78 #include "notebook.h" // command line variables (editor etc) 79 #include "fortify.h" 79 80 80 81 #ifdef __IBMC__ … … 537 538 538 539 EndNote(); 539 540 Fortify_LeaveScope(); 540 541 if (FM3ModHandle) 541 542 DosFreeModule(FM3ModHandle); … … 604 605 ret = pfnResVersion(&RVMajor, &RVMinor); 605 606 } 606 607 Fortify_EnterScope(); 607 608 if (RVMajor < VERMAJOR || (RVMajor == VERMAJOR && RVMinor < VERMINOR)) { 608 609 saymsg(MB_ENTER,
Note:
See TracChangeset
for help on using the changeset viewer.