[Wine] Re: API to get the Wine Version Number

red-ray wineforum-user at winehq.org
Sun Sep 6 12:42:14 CDT 2009


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 );

Regards,
Ray







More information about the wine-users mailing list