Changeset 1402 for trunk/dll/eas.c
- Timestamp:
- Mar 14, 2009, 6:17:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/eas.c
r1398 r1402 1261 1261 eaop.fpFEA2List = pfealist; 1262 1262 eaop.oError = 0; 1263 // saymsg(MB_ENTER,HWND_DESKTOP,"Debug1","\"%s\" %ld",pdena->szName,ulEntry); 1264 rc = 1265 DosQueryFileInfo(handle, FIL_QUERYEASFROMLIST, (PVOID) & eaop, 1266 (ULONG) sizeof(EAOP2)); 1263 rc = DosQueryFileInfo(handle, FIL_QUERYEASFROMLIST, (PVOID) & eaop, 1264 (ULONG) sizeof(EAOP2)); 1267 1265 if (rc) { 1268 1266 if (!silentfail) { … … 1343 1341 eaop.fpFEA2List = pfealist; 1344 1342 eaop.oError = 0; 1345 // saymsg(MB_ENTER,HWND_DESKTOP,"Debug2","\"%s\" %ld",pdena->szName,ulEntry);1346 1343 rc = DosQueryPathInfo(filename, FIL_QUERYEASFROMLIST, 1347 1344 (PVOID) & eaop, (ULONG) sizeof(EAOP2));
Note:
See TracChangeset
for help on using the changeset viewer.