diff options
Diffstat (limited to 'c/pl.h')
-rw-r--r-- | c/pl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #include <windows.h> #include <SWI-Prolog.h> -int PL_get_tchars(term_t t, TCHAR** lpTsz, int iFlags); +int PL_get_tchars(term_t t, TCHAR** pTsz, int iFlags); int Plx(const char* szMod, const char* szPred); struct Query |