The R Project SVN R

Rev

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

Rev 42307 Rev 42521
Line 225... Line 225...
225
    char *type;
225
    char *type;
226
    void *ctxt;
226
    void *ctxt;
227
} inetconn;
227
} inetconn;
228
 
228
 
229
#ifdef Win32
229
#ifdef Win32
230
#include <graphapp/ga.h>
230
#include <ga.h>
231
 
231
 
232
typedef struct {
232
typedef struct {
233
    window wprog;
233
    window wprog;
234
    progressbar pb;
234
    progressbar pb;
235
    label l_url;
235
    label l_url;