The R Project SVN R

Rev

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

Rev 18844 Rev 19502
Line 20... Line 20...
20
/* 27/03/2000 win32-api needs this */
20
/* 27/03/2000 win32-api needs this */
21
#define NONAMELESSUNION
21
#define NONAMELESSUNION
22
#include <windows.h>
22
#include <windows.h>
23
#include <stdio.h>
23
#include <stdio.h>
24
#include <config.h>
24
#include <config.h>
25
#include "Rversion.h"
25
#include <Rversion.h>
26
#include "Startup.h"
26
#include <Startup.h>
27
/* for askok and askyesnocancel */
27
/* for askok and askyesnocancel */
28
#include "graphapp/graphapp.h"
28
#include "graphapp/graphapp.h"
29
 
29
 
30
/* for signal-handling code */
30
/* for signal-handling code */
31
#include "psignal.h"
31
#include <psignal.h>
32
 
32
 
33
/* one way to allow user interrupts: called in ProcessEvents */
33
/* one way to allow user interrupts: called in ProcessEvents */
34
#ifdef _MSC_VER
34
#ifdef _MSC_VER
35
__declspec(dllimport) int UserBreak;
35
__declspec(dllimport) int UserBreak;
36
#else
36
#else