The R Project SVN R

Rev

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

Rev 49486 Rev 51039
Line 46... Line 46...
46
#include "rui.h"
46
#include "rui.h"
47
#include "getline/wc_history.h"
47
#include "getline/wc_history.h"
48
#include "Startup.h" /* for UImode */
48
#include "Startup.h" /* for UImode */
49
#include <Fileio.h>
49
#include <Fileio.h>
50
 
50
 
51
#ifdef W64
51
#ifdef WIN64
52
typedef unsigned short uint16_t;
52
typedef unsigned short uint16_t;
53
typedef unsigned int uint32_t;
53
typedef unsigned int uint32_t;
54
#endif
54
#endif
55
 
55
 
56
/* Surrogate Pairs Macro */
56
/* Surrogate Pairs Macro */