"Stefan Kuhr" <wineforum-user@xxxxxxxxxx> 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@xxxxxxxxxx