make sure we export in WIN32 environments, just like what SWI does.

This commit is contained in:
Vitor Santos Costa
2009-04-22 11:33:49 -05:00
parent f44a649849
commit 0bca468b4f
2 changed files with 9 additions and 5 deletions

View File

@@ -481,7 +481,7 @@ PL_unify_stream_or_alias(term_t t, IOSTREAM *s)
}
int
int
PL_unify_stream(term_t t, IOSTREAM *s)
{ GET_LD
stream_context *ctx;
@@ -503,7 +503,7 @@ PL_unify_stream(term_t t, IOSTREAM *s)
}
bool /* old FLI name (compatibility) */
bool /* old FLI name (compatibility) */
PL_open_stream(term_t handle, IOSTREAM *s)
{ return PL_unify_stream(handle, s);
}