Re: userenv: Add a stub implementation of userenv.dll

2006-06-05 Thread Detlef Riekenberg
Am Montag, den 05.06.2006, 19:42 +0900 schrieb Mike McCormack: > > For mingw, this is in "include/userenv.h" > > Right. It's in include/userenv.h in the platform SDK too, however Wine > still doesn't have that header, > and I don't feel motivated to add it right yet... I know such Situations

Re: userenv: Add a stub implementation of userenv.dll

2006-06-05 Thread Mike McCormack
Detlef Riekenberg wrote: For mingw, this is in "include/userenv.h" Right. It's in include/userenv.h in the platform SDK too, however Wine still doesn't have that header, and I don't feel motivated to add it right yet... Mike

Re: userenv: Add a stub implementation of userenv.dll

2006-06-05 Thread Detlef Riekenberg
Am Montag, den 05.06.2006, 14:01 +0900 schrieb Mike McCormack: > +++ b/dlls/userenv/userenv_main.c > +typedef struct _PROFILEINFOA { ... > +} PROFILEINFOA, *LPPROFILEINFOA; For mingw, this is in "include/userenv.h" -- By By ... ... Detlef