Changeset 1013 for trunk/dll/init.c


Ignore:
Timestamp:
May 11, 2008, 11:13:23 PM (17 years ago)
Author:
Gregg Young
Message:

Add ifdefs to prevent compile error on nonFORTIFY builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1012 r1013  
    538538
    539539  EndNote();
     540# ifdef FORTIFY
    540541  Fortify_LeaveScope();
     542# endif
    541543  if (FM3ModHandle)
    542544    DosFreeModule(FM3ModHandle);
     
    605607      ret = pfnResVersion(&RVMajor, &RVMinor);
    606608  }
     609# ifdef FORTIFY
    607610  Fortify_EnterScope();
     611# endif
    608612  if (RVMajor < VERMAJOR || (RVMajor == VERMAJOR && RVMinor < VERMINOR)) {
    609613    saymsg(MB_ENTER,
Note: See TracChangeset for help on using the changeset viewer.