Changeset 826 for trunk/dll/misc.c
- Timestamp:
- Sep 1, 2007, 11:50:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/misc.c
r796 r826 33 33 14 Aug 07 SHL Delete obsoletes 34 34 14 Aug 07 SHL Move #pragma alloc_text to end for OpenWatcom compat 35 01 Sep 07 GKY Add xDosSetPathInfo to fix case where FS3 buffer crosses 64k boundry 35 36 36 37 ***********************************************************************/ … … 747 748 eaop.fpFEA2List = pfealist; 748 749 eaop.oError = 0L; 749 rc = DosSetPathInfo(pci->pszFileName,750 rc = xDosSetPathInfo(pci->pszFileName, 750 751 FIL_QUERYEASIZE, 751 752 (PVOID) & eaop, sizeof(EAOP2), DSPI_WRTTHRU);
Note:
See TracChangeset
for help on using the changeset viewer.