diff --git a/testmxml.c b/testmxml.c index 4a34b87..89dfd22 100644 --- a/testmxml.c +++ b/testmxml.c @@ -708,6 +708,7 @@ main(int argc, /* I - Number of command-line args */ } } +#ifndef WIN32 /* * Debug hooks... */ @@ -721,6 +722,7 @@ main(int argc, /* I - Number of command-line args */ snprintf(command, sizeof(command), "leaks %d", (int)getpid()); system(command); } +#endif /* !WIN32 */ /* * Return... diff --git a/vcnet/mxml1.def b/vcnet/mxml1.def index 90725f8..3b69596 100644 --- a/vcnet/mxml1.def +++ b/vcnet/mxml1.def @@ -1,6 +1,7 @@ LIBRARY "MXML1" EXPORTS _mxml_strdupf + _mxml_strlcpy _mxml_vstrdupf mxml_ignore_cb mxml_integer_cb