The R Project SVN R

Rev

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

Rev 19502 Rev 19761
Line 17... Line 17...
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 */
18
 */
19
#define NONAMELESSUNION
19
#define NONAMELESSUNION
20
#include <windows.h>
20
#include <windows.h>
21
#include <stdio.h>
21
#include <stdio.h>
-
 
22
#include <stdlib.h>		/* for exit */
22
#include <Rversion.h>
23
#include <Rversion.h>
23
 
24
 
24
#define REG_KEY_NAME "Software\\R-core\\R"
25
#define REG_KEY_NAME "Software\\R-core\\R"
25
 
26
 
26
extern char *getRHOME(); /* in ../rhome.c */
27
extern char *getRHOME(); /* in ../rhome.c */