diff 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
line wrap: on
line diff
--- a/compat.c	Sun Nov 13 23:01:35 2011 +0000
+++ b/compat.c	Mon Nov 14 17:14:54 2011 +0000
@@ -480,7 +480,7 @@
 	eaop2.fpFEA2List->cbList = ((PCHAR)pData+2*sizeof(USHORT)+
 									 pFEA2->cbValue)-((PCHAR)eaop2.fpFEA2List);
 
-	DosSetPathInfo(filename,
+	DosSetPathInfo((PSZ)filename,
 						FIL_QUERYEASIZE,
 						&eaop2,
 						sizeof(eaop2),