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
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
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
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
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