Re: RAS.h

2011-04-16 Thread Vitaliy Margolen
On 04/16/2011 12:54 AM, Gerold Jens Wucherpfennig wrote: From where may I copy the missing parts? I may not be allowed to directly copy it from Windows' ras.h You answered your own question. You can only re-type SDK headers but never directly copy. Vitaliy

RAS.h

2011-04-15 Thread Gerold Jens Wucherpfennig
Hi, I want to complete the rasapi32.dll, but the header file RAS.h of wine is incomplete. It hasn't been changed since 1998. >From where may I copy the missing parts? >From the Windows SDK documentation? I think I may not be allowed to directly copy it from Windows' ras.h Best Regards Gerold

Re: ras.h added szDeviceType pound defines

2007-01-31 Thread Michael Stefaniuc
some compilation > issues against ras.h. > > There is more I could fix in ras.h but yeah my first time doing this, want > to see how the patch process works,blah blah. The Wine maintainer is this week on vacation so your patch would be probably commited earliest in 1 week. Do you know thi

Re: need some modifications in ras.h

2003-10-22 Thread Tom
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

2003-10-22 Thread flyker
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