summaryrefslogtreecommitdiff
path: root/common/defines.h
diff options
context:
space:
mode:
authorleo2004-11-19 19:51:14 +0000
committerleo2004-11-19 19:51:14 +0000
commit7a4d9fd9e4c0b651c64c912b1d42c9f38fef2a2b (patch)
tree0d8fe8298577580d94d1e7f0e327fa49847ec880 /common/defines.h
parent0f5654b264e729918f48fc4c95aba636d673ed3a (diff)
Added support for custom user shortcut keys.
git-svn-id: http://svn.leocad.org/trunk@363 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/defines.h')
-rw-r--r--common/defines.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/defines.h b/common/defines.h
index 1ca0fd3..9c05646 100644
--- a/common/defines.h
+++ b/common/defines.h
@@ -7,10 +7,13 @@
/////////////////////////////////////////////////////////////////////////////
// System specific
-#if ! ( defined( LC_WINDOWS ) || defined( LC_LINUX ) || defined( LC_MACINTOSH ))
+#if !(defined(LC_WINDOWS) || defined(LC_LINUX))
#error YOU NEED TO DEFINE YOUR OS
#endif
+// ============================================================================
+// Old defines (mostly deprecated).
+
#ifdef LC_WINDOWS
#define LC_MAXPATH 260 //_MAX_PATH
#define KEY_SHIFT VK_SHIFT