diff options
Diffstat (limited to 'c/pl.h')
-rw-r--r-- | c/pl.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,8 +1,10 @@ #ifndef PL_H #define PL_H +#include <windows.h> #include <SWI-Prolog.h> +int PL_get_tchars(term_t, TCHAR **, int); int Plx(const char *, const char *); struct Query { |