aboutsummaryrefslogtreecommitdiff
path: root/src/wine.h
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-10-12 20:32:01 +0200
committerJan200101 <sentrycraft123@gmail.com>2020-10-12 20:32:01 +0200
commite9eed79c3691e145c3c8cdb0cb07bbb2b9275874 (patch)
tree1c2c44c926bb7d1d979e7ecc424e9f9aa823b53a /src/wine.h
parent7b64e547e3eccc4aa4515de2b86b39e16246d4ee (diff)
downloadpolecat-e9eed79c3691e145c3c8cdb0cb07bbb2b9275874.tar.gz
polecat-e9eed79c3691e145c3c8cdb0cb07bbb2b9275874.zip
append system arch to wine version if wine version was not found
Diffstat (limited to 'src/wine.h')
-rw-r--r--src/wine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wine.h b/src/wine.h
index 47da0f2..b36d3ee 100644
--- a/src/wine.h
+++ b/src/wine.h
@@ -1,6 +1,8 @@
#ifndef WINE_H
#define WINE_H
+#define WINEBIN "/bin/wine"
+
int wine(int, char**);
int wine_download(int, char**);
int wine_list(int, char**);