The R Project SVN R

Rev

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

Rev 36820 Rev 36901
Line 28... Line 28...
28
#include <string.h>
28
#include <string.h>
29
#include <stdlib.h>
29
#include <stdlib.h>
30
#include <Defn.h>
30
#include <Defn.h>
31
#include <Rmath.h>
31
#include <Rmath.h>
32
#include <direct.h>
32
#include <direct.h>
-
 
33
#define WIN32_LEAN_AND_MEAN 1
33
#include <windows.h>
34
#include <windows.h>
34
 
35
 
35
#include <R_ext/Rdynload.h>
36
#include <R_ext/Rdynload.h>
36
#include <Rdynpriv.h>
37
#include <Rdynpriv.h>
37
 
38