--- np2/vram/scrnsave.c 2005/02/09 20:11:35 1.3 +++ np2/vram/scrnsave.c 2005/02/12 12:40:39 1.4 @@ -224,7 +224,7 @@ void scrnsave_trash(SCRNSAVE hdl) { // ---- BMP -BOOL scrnsave_writebmp(SCRNSAVE hdl, const OEMCHAR *filename, UINT flag) { +BRESULT scrnsave_writebmp(SCRNSAVE hdl, const OEMCHAR *filename, UINT flag) { const SCRNDATA *sd; FILEH fh; @@ -431,7 +431,7 @@ sswb_err1: } while(/*CONSTCOND*/ 0) -BOOL scrnsave_writegif(SCRNSAVE hdl, const OEMCHAR *filename, UINT flag) { +BRESULT scrnsave_writegif(SCRNSAVE hdl, const OEMCHAR *filename, UINT flag) { const SCRNDATA *sd; UINT bpp;