comparison compat.c @ 1341:184b3aedc2ff

Added PMPrintf support to dw_debug() on OS/2. Also cleaned up tons of warnings generated by new versions of gcc on OS/2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 14 Nov 2011 17:14:54 +0000
parents 404b639f096b
children 007ed833ac79
comparison
equal deleted inserted replaced
1340:890890c31ba6 1341:184b3aedc2ff
478 pFEA2->oNextEntryOffset = 0; 478 pFEA2->oNextEntryOffset = 0;
479 479
480 eaop2.fpFEA2List->cbList = ((PCHAR)pData+2*sizeof(USHORT)+ 480 eaop2.fpFEA2List->cbList = ((PCHAR)pData+2*sizeof(USHORT)+
481 pFEA2->cbValue)-((PCHAR)eaop2.fpFEA2List); 481 pFEA2->cbValue)-((PCHAR)eaop2.fpFEA2List);
482 482
483 DosSetPathInfo(filename, 483 DosSetPathInfo((PSZ)filename,
484 FIL_QUERYEASIZE, 484 FIL_QUERYEASIZE,
485 &eaop2, 485 &eaop2,
486 sizeof(eaop2), 486 sizeof(eaop2),
487 0); 487 0);
488 488