Changeset 1544 for trunk/dll/avl.c


Ignore:
Timestamp:
Sep 30, 2010, 3:00:59 PM (15 years ago)
Author:
Gregg Young
Message:

Changes to fopen and _fsopen to allow FM2 to be loaded in high memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/avl.c

    r1438 r1544  
    353353  UINT per_sig_comment_line_num = 0;
    354354  INT i;
     355  CHAR *moder = "r";
    355356
    356357  // Free current signatures
     
    376377    return -1;
    377378  }
    378   fp = _fsopen(psz, "r", SH_DENYWR);
     379  fp = xfsopen(psz, moder, SH_DENYWR, pszSrcFile, __LINE__, TRUE);
    379380  DosReleaseMutexSem(hmtxFM2Globals);
    380381  //DosExitCritSec();
Note: See TracChangeset for help on using the changeset viewer.