more android support changes.

This commit is contained in:
Vítor Santos Costa
2014-07-16 11:56:09 -05:00
parent f37806d7cc
commit 2becb15578
6 changed files with 72 additions and 7 deletions

View File

@@ -145,7 +145,7 @@ typedef struct pred_entry *predicate_t;
typedef struct open_query_struct *qid_t;
typedef uintptr_t functor_t;
typedef int (*PL_agc_hook_t)(atom_t);
typedef unsigned long foreign_t; /* return type of foreign functions */
typedef uintptr_t foreign_t; /* return type of foreign functions */
typedef wchar_t pl_wchar_t; /* wide character support */
#include <inttypes.h> /* more portable than stdint.h */
#if !defined(_MSC_VER)