WIN32 only:

Change use_print_config (printcfg) default to be yes.
Create the 'lockfile.dat' in the users local temporary directory, usually:
'C:\Documents and Settings\<USER NAME>\Local Settings\Temp\'. This allows
the use of a shared 'savedir' without messing up the lockfile.
This commit is contained in:
John Popplewell 2007-04-28 02:52:11 +00:00
parent c43e81eb48
commit a85bc639be
3 changed files with 36 additions and 1 deletions

View file

@ -22,5 +22,6 @@ extern int IsPrinterAvailable(void);
/* additional windows functions requiring <windows.h> */
extern char *GetDefaultSaveDir(const char *suffix);
extern char *GetSystemFontDir(void);
extern char *get_temp_fname(const char *const name);
#endif