https://github.com/zocker-160/iswine
Very small and simple application to check if your app is running in a Linux WINE environment
https://github.com/zocker-160/iswine
Last synced: 18 days ago
JSON representation
Very small and simple application to check if your app is running in a Linux WINE environment
- Host: GitHub
- URL: https://github.com/zocker-160/iswine
- Owner: zocker-160
- License: wtfpl
- Created: 2022-06-02T12:25:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T10:15:26.000Z (about 4 years ago)
- Last Synced: 2025-01-03T00:27:56.163Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isWINE

isWINE is a very small and simple application and dynamic link library to check if your app is running in a Linux WINE environment.
#### Output on Windows:
```
$> isWINE.exe
0
```
Exit Code: `0`
#### Output on Linux:
```bash
$> wine isWINE.exe
1
7.0
```
Exit Code: `1`
If you get `fixme` errors in the output, you can add `WINEDEBUG=fixme-all` to the command.