On Sun, Sep 6, 2009 at 12:42 PM, red-ray<wineforum-user@xxxxxxxxxx> 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