Windows98 printing fixes from October. Also, added dummy Makefile in src/
This commit is contained in:
parent
7804219dcb
commit
1e60f10112
5 changed files with 217 additions and 204 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue