The R Project SVN R

Rev

Rev 42522 | Rev 80542 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42522 Rev 44201
Line 52... Line 52...
52
    if (! printer_base)
52
    if (! printer_base)
53
	printer_base = new_object(BaseObject, 0, NULL);
53
	printer_base = new_object(BaseObject, 0, NULL);
54
    return printer_base;
54
    return printer_base;
55
}
55
}
56
 
56
 
57
static HDC chooseprinter()
57
static HDC chooseprinter(void)
58
{
58
{
59
    PRINTDLG pd;
59
    PRINTDLG pd;
60
    HDC dc;
60
    HDC dc;
61
    DWORD rc;
61
    DWORD rc;
62
    char cwd[MAX_PATH];
62
    char cwd[MAX_PATH];