[Wine] How can I detect WINE from my program?

Alexandre Julliard julliard at winehq.org
Fri Jun 5 07:08:23 CDT 2009


"Stefan Kuhr" <wineforum-user at winehq.org> writes:

> Please excuse my ignorance, but what is the exact prototype and
> calling convention for this function, so I can do a GetProcAddress on
> it and execute it? I have searched the Wine sources but could not find
> this function anywhere. I have Wine version 1.1.22.

const char *wine_get_version(void);

It's in dlls/ntdll/misc.c.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-users mailing list