[Plib-cvs] plib/src/pw pw.h,1.5,1.6
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-04-06 13:06:06
|
Update of /cvsroot/plib/plib/src/pw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9612/plib/src/pw Modified Files: pw.h Log Message: Added <stdio> into all of the main PLIB headers in order that NULL would be sure to be defined. Added ssgaScreenDump to ssgAux.dsp Index: pw.h =================================================================== RCS file: /cvsroot/plib/plib/src/pw/pw.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- pw.h 24 Mar 2004 01:30:41 -0000 1.5 +++ pw.h 6 Apr 2004 12:53:16 -0000 1.6 @@ -25,6 +25,8 @@ #ifndef _PW_H_ #define _PW_H_ 1 +#include <stdio.h> + #define PW_IS_PRESENT 1 typedef void pwResizeCB ( int w, int h ) ; |