diff options
Diffstat (limited to 'src/lutris/runner.h')
-rw-r--r-- | src/lutris/runner.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lutris/runner.h b/src/lutris/runner.h new file mode 100644 index 0000000..b5373c2 --- /dev/null +++ b/src/lutris/runner.h @@ -0,0 +1,11 @@ +CREATE_ENUM(unknown_runner) +CREATE_ENUM(wine) +#ifdef linux +#define _linux linux +#undef linux +#endif +CREATE_ENUM(linux) +#ifdef _linux +#define linux _linux +#undef _linux +#endif
\ No newline at end of file |