The R Project SVN R

Rev

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

Rev 6994 Rev 8978
Line 24... Line 24...
24
   WITHOUT ANY WARRANTY.
24
   WITHOUT ANY WARRANTY.
25
 
25
 
26
   See the file COPYLIB.TXT for details.
26
   See the file COPYLIB.TXT for details.
27
*/
27
*/
28
 
28
 
-
 
29
#define NONAMELESSUNION
29
#include "internal.h"
30
#include "internal.h"
30
 
31
 
31
extern void startgraphapp(HINSTANCE Instance, HINSTANCE PrevInstance, int CmdShow);
32
extern void startgraphapp(HINSTANCE Instance, HINSTANCE PrevInstance, int CmdShow);
32
 
33
 
33
 
34