Re: need some modifications in ras.h
flyker wrote: Please add this code in ras.h Thanks. Hi, Its really best to send a diff to wine-patches if you want the code/patch to be reviewed for inclusion into the wine tree. And include the licence as well.. Tom
need some modifications in ras.h
Please add this code in ras.h Thanks. DECL_WINELIB_TYPE_AW(LPRASENTRY) /* Enumerates intermediate states to a connection. (See RasDial) */ #define RASCS_PAUSED 0x1000 #define RASCS_DONE 0x2000 typedef enum tagRASCONNSTATE { RASCS_OpenPort = 0, RASCS_PortOpened, RASCS_ConnectDevice,