The R Project SVN R

Rev

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

Rev 14086 Rev 21104
Line 48... Line 48...
48
 
48
 
49
typedef struct callinfo  callinfo;
49
typedef struct callinfo  callinfo;
50
typedef struct objinfo   objinfo;
50
typedef struct objinfo   objinfo;
51
typedef objinfo *object;
51
typedef objinfo *object;
52
 
52
 
-
 
53
/* in w32api this needs to be before ga.h */
-
 
54
#ifndef __WINDOWS_H     /* prevent multiple includes */
-
 
55
#include <windows.h>
-
 
56
#endif
-
 
57
 
53
#ifndef __GA__VERSION__
58
#ifndef __GA__VERSION__
54
#define objptr object
59
#define objptr object
55
#include "ga.h"
60
#include "ga.h"
56
#endif
61
#endif
57
 
62
 
Line 69... Line 74...
69
#include <stdlib.h>
74
#include <stdlib.h>
70
#include <string.h>
75
#include <string.h>
71
#include <ctype.h>
76
#include <ctype.h>
72
#include <math.h>
77
#include <math.h>
73
 
78
 
74
#ifndef __WINDOWS_H     /* prevent multiple includes */
-
 
75
#include <windows.h>
-
 
76
#endif
-
 
77
 
79
 
78
#include <commdlg.h>
80
#include <commdlg.h>
79
 
81
 
80
#ifdef __MWERKS__
82
#ifdef __MWERKS__
81
	/* Metrowerks Codewarrior Cross-Platform C/C++ Compiler */
83
	/* Metrowerks Codewarrior Cross-Platform C/C++ Compiler */