How to identify if my program running under wine

Questions about Wine on Linux
Locked
westor
Newbie
Newbie
Posts: 1
Joined: Mon Mar 16, 2015 10:47 am

How to identify if my program running under wine

Post by westor »

Hello,

I wanna ask how to understand if someone is running an specific .exe program under wine?

i saw that there is an ENVIRONMENT variable "WINELOADERNOEXEC" does this will help me to identify that?

- Thanks!
User avatar
olivierfrdierick
Level 5
Level 5
Posts: 258
Joined: Thu Sep 13, 2012 12:09 pm

Re: How to identify if my program running under wine

Post by olivierfrdierick »

Never do that. Develop programs that are 100% Windows API conformant, and if it doesn't work in Wine, file a bug report. If you need a specific linux or mac feature, make your program native to linux or mac. Wine is not a replacement for proper coding.

Link: DeveloperFaq - The Official Wine Wiki - How can I detect Wine?
Locked