[Wine] API to get the Wine Version Number

Austin English austinenglish at gmail.com
Sun Sep 6 12:46:08 CDT 2009


On Sun, Sep 6, 2009 at 12:42 PM, red-ray<wineforum-user at winehq.org> wrote:
> Hi Austin,
>
> Thank you for the pointer.  I defined and used the following which all work sell.
>
> CONST CHAR *( CDECL *pwine_get_version      )( VOID );
> CONST CHAR *( CDECL *pwine_get_build_id     )( VOID );
> VOID        ( CDECL *pwine_get_host_version )( CONST CHAR **sys, CONST CHAR **rel );

Should've said before, but please don't use that to work around wine
bugs. Be sure to file bugs for any problems in wine.

Of course, if you want to detect it for statistics, etc., go for it :-).

-- 
-Austin



More information about the wine-users mailing list