On Sun, 15 Feb 2009, Ben Klein wrote:
2009/2/15 Dan Kegel dank@kegel.com:
On Sat, Feb 14, 2009 at 5:11 PM, Ben Klein shacklein@gmail.com wrote:
[...]
I think that's not quite true. There are a couple supported wine extensions to win32, aren't there? I think there's an ioctl to get the unix path, or something...
From what I understand, they're not accessible to full win32 apps.
FWIW, it's kernel32.wine_get_unix_file_name(). So it's available to any Win32 application that knows about it. Just LoadLibrary()+GetProcAddress().