The R Project SVN R

Rev

Rev 36821 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36821 Rev 36873
Line 21... Line 21...
21
 
21
 
22
/* virtual device size */
22
/* virtual device size */
23
#define DEV_X 500
23
#define DEV_X 500
24
#define DEV_Y 500
24
#define DEV_Y 500
25
 
25
 
26
#ifdef HAVE_CONFIG_H
-
 
27
#include <Rconfig.h>
26
#include <config.h>
28
#endif
-
 
29
 
-
 
30
#include <Defn.h>
27
#include <Defn.h>
31
#include <Graphics.h>
28
#include <Graphics.h>
32
#include <Rdevices.h>
29
#include <Rdevices.h>
33
#include <stdio.h>
30
#include <stdio.h>
34
#include <windows.h>
31
#include <windows.h>