----- Original Message ----- From: "Alexandre Julliard" julliard@winehq.com To: "Bill Medland" billmedland@look.ca Cc: "wine-devel" wine-devel@winehq.org Sent: Friday, September 27, 2002 9:56 AM Subject: Re: How to tell winemaker and winebuild what I want to tell it
"Bill Medland" billmedland@look.ca writes:
So I guess I am doing something dangerous in adding -lntdll.dll to the
link
(which does the trick very nicely).
Yes, this is asking for trouble. It happens to work now but this will likely change in the near future.
Agreed. (I suddenly realised it only works because there is the libntdll.dll.so link and I don't even know if that is just lying around from the past).
And of course wine_get_unix_file_name obviates the need for the MultiByteToWideChar.
A propos. Why is wine_get_unix_file_name nice and exposed (e.g. it is in winbase.h) yet the wine_dlopen etc aren't? Are there any other useful wine_* functions that are particularly useful and ought to be mentioned in the winelib manual?
Bill