Re: userenv: Add a stub implementation of userenv.dll
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
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
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, but: It would be very nice. Please ..... -- By By ... ... Detlef
participants (2)
-
Detlef Riekenberg -
Mike McCormack