The R Project SVN R

Rev

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

Rev 42521 Rev 42522
Line 22... Line 22...
22
 *                          printer use drawto(...) and the drawXXX
22
 *                          printer use drawto(...) and the drawXXX
23
 *                          functions + nextpage(printer)
23
 *                          functions + nextpage(printer)
24
 *                          printers can be deleted by 'del(printer)'
24
 *                          printers can be deleted by 'del(printer)'
25
 */
25
 */
26
 
26
 
27
#define ENABLE_NLS 1
-
 
28
#include "win-nls.h"
27
#include "win-nls.h"
29
#include "internal.h"
28
#include "internal.h"
30
#include "rui.h"
29
#include "rui.h"
31
 
30
 
32
 
31