aboutsummaryrefslogtreecommitdiff
path: root/frontend/config.h
diff options
context:
space:
mode:
authornotaz2012-04-29 19:23:09 +0300
committernotaz2012-04-29 19:32:08 +0300
commitac6575cdd93d665efc374c1a14b391c6a5308972 (patch)
tree835c3727018e98f2ec096cdec5560b12f6093f05 /frontend/config.h
parent4ea7de6a1495abfbc49c54fd2a90e902fdfa13d9 (diff)
downloadpcsx_rearmed-ac6575cdd93d665efc374c1a14b391c6a5308972.tar.gz
pcsx_rearmed-ac6575cdd93d665efc374c1a14b391c6a5308972.tar.bz2
pcsx_rearmed-ac6575cdd93d665efc374c1a14b391c6a5308972.zip
fix some build issues and warnings
Diffstat (limited to 'frontend/config.h')
-rw-r--r--frontend/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/config.h b/frontend/config.h
index 15ffd30..dcfb598 100644
--- a/frontend/config.h
+++ b/frontend/config.h
@@ -1,6 +1,6 @@
#define MAXPATHLEN 256
//#define NOPSXREC
-#define __LINUX__
+#define __LINUX__ 1
#define PACKAGE_NAME "pcsx"
#define PACKAGE_VERSION "1.9"
#define DEF_PLUGIN_DIR "."