improve SWI compatibility, especilaly for threaded stuff.

This commit is contained in:
Vítor Santos Costa
2010-08-04 11:37:12 +01:00
parent 6ee0ce8e48
commit bebb236e32
16 changed files with 439 additions and 73 deletions

View File

@@ -669,6 +669,7 @@ typedef struct SWI_IO {
void *put_c;
void *get_w;
void *put_w;
void *flush_s;
void *close_s;
} swi_io_struct;