Displaying 2 results from an estimated 2 matches for "winepluginapi".
2007 Nov 02
1
odd devel question
OK, I think I'm trying to do something different here, and I'm not even
sure if I should be on this list or the devel list.
I'm trying to call wine library Windows functions from a Linux library.
I've had problems in 2 places: 1 - the docs on the .spec files are
telling me to do things that don't work when I try them (init DllMain,
import, etc). 2) I get something built that
2009 May 24
27
How can I detect WINE from my program
How can I detect WINE from my program, or detect Linux, in other wors how can I detect that OS is not Windows.
BOOL WINAPI GetVersionEx(LPOSVERSIONINFO lpVersionInfo) returns that OS is Vista :D
[Question]