The R Project SVN R

Rev

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

Rev 42521 Rev 42522
Line 26... Line 26...
26
/* Copyright (C) 2004--2006 	The R Foundation
26
/* Copyright (C) 2004--2006 	The R Foundation
27
 
27
 
28
   Additions for R, Chris Jackson
28
   Additions for R, Chris Jackson
29
   Find and replace dialog boxes and dialog handlers */
29
   Find and replace dialog boxes and dialog handlers */
30
 
30
 
31
#define ENABLE_NLS 1
-
 
32
#include "win-nls.h"
31
#include "win-nls.h"
33
#include "internal.h"
32
#include "internal.h"
34
#include "ga.h"
33
#include "ga.h"
35
 
34
 
36
#include <shlobj.h>
35
#include <shlobj.h>