Windows98 printing fixes from October. Also, added dummy Makefile in src/

This commit is contained in:
William Kendrick 2003-12-19 19:46:49 +00:00
parent 7804219dcb
commit 1e60f10112
5 changed files with 217 additions and 204 deletions

View file

@ -14,9 +14,9 @@
#endif
/* if printcfg is NULL, uses the default printer */
extern int SurfacePrint( SDL_Surface *surf,
const char *printcfg,
int showdialog );
extern const char *SurfacePrint( SDL_Surface *surf,
const char *printcfg,
int showdialog );
extern int IsPrinterAvailable( void );
#endif