summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorleo2009-10-08 00:08:32 +0000
committerleo2009-10-08 00:08:32 +0000
commit9a0e93203b563299728cc41e6c455792bfe4c5af (patch)
tree4e95a0446d0aca601e2d4d2eb0e5721f595d1c5e /win
parent27924be9739e67cb7808dfa98c4904816bed1cea (diff)
Fixes for 64-bit systems.
git-svn-id: http://svn.leocad.org/branches/leocad-0.75@836 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win')
-rw-r--r--win/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/config.h b/win/config.h
index db1fe75..f28ef05 100644
--- a/win/config.h
+++ b/win/config.h
@@ -14,6 +14,7 @@
#define LC_VERSION_TEXT "0.75"
#define LC_VERSION_TAG ""
#define LC_INSTALL_PREFIX "C:\\leocad"
+#define LC_POINTER_TO_INT(p) ((lcint32)(p))
typedef signed char lcint8;
typedef unsigned char lcuint8;