followed Ingo's suggestion and introduced HAIKU_HOST_PLATFORM_64_BIT macro

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21431 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2007-06-17 11:51:49 +00:00
parent a3ca7ebc40
commit 913f680ea2
2 changed files with 10 additions and 1 deletions
+4
View File
@@ -8,6 +8,10 @@ typedef unsigned long haiku_build_addr_t;
#include <sys/types.h>
#include <string.h>
#ifdef __x86_64__
#define HAIKU_HOST_PLATFORM_64_BIT
#endif
#ifdef __cplusplus
extern "C" {
#endif