How to tell winemaker and winebuild what I want to tell it

Bill Medland billmedland at look.ca
Fri Sep 27 00:48:37 CDT 2002


----- Original Message -----
From: "Alexandre Julliard" <julliard at winehq.com>
To: "Bill Medland" <billmedland at look.ca>
Cc: "wine-devel" <wine-devel at winehq.org>
Sent: Thursday, September 26, 2002 6:20 PM
Subject: Re: How to tell winemaker and winebuild what I want to tell it


> "Bill Medland" <billmedland at look.ca> writes:
>
> > My winelib wrapper wants to call MultiByteToWideChar and
DOSFS_GetFullName.
> > As far as I am aware they are available from ntdll.dll (ntdll.dll.so)
>
> MultiByteToWideChar is exported from kernel32, not ntdll.
> DOSFS_GetFullName is not exported and you can't use it from a winelib
> app; you may be able to use wine_get_unix_file_name() instead.

So I guess I am doing something dangerous in adding -lntdll.dll to the link
(which does the trick very nicely).

>
> --
> Alexandre Julliard
> julliard at winehq.com
>




More information about the wine-devel mailing list