The R Project SVN R

Rev

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

Rev 33313 Rev 34167
Line 50... Line 50...
50
#include "Fileio.h"		/* R_fopen */
50
#include "Fileio.h"		/* R_fopen */
51
#include "rotated.h"		/* 'Public' routines from here */
51
#include "rotated.h"		/* 'Public' routines from here */
52
/* For the input handlers of the event loop mechanism: */
52
/* For the input handlers of the event loop mechanism: */
53
#include <R_ext/eventloop.h>
53
#include <R_ext/eventloop.h>
54
#include <R_ext/Memory.h>	/* vmaxget */
54
#include <R_ext/Memory.h>	/* vmaxget */
55
#include "Rdevices.h"
55
#include <Rdevices.h>
56
 
56
 
57
#ifdef SUPPORT_MBCS
57
#ifdef SUPPORT_MBCS
58
/* This uses fontsets only in mbcslocales */
58
/* This uses fontsets only in mbcslocales */
59
# define USE_FONTSET 1
59
# define USE_FONTSET 1
60
#endif
60
#endif