aboutsummaryrefslogtreecommitdiff
path: root/src/lutris/pre.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lutris/pre.h')
-rw-r--r--src/lutris/pre.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lutris/pre.h b/src/lutris/pre.h
new file mode 100644
index 0000000..4507854
--- /dev/null
+++ b/src/lutris/pre.h
@@ -0,0 +1,8 @@
+// do some leg work ahead of time
+
+// linux is already a macro
+// but we want it as a keyword
+#ifdef linux
+#define _linux linux
+#undef linux
+#endif