Fix builds on Windows.

This commit is contained in:
Michael R Sweet 2017-03-29 20:20:00 -04:00
parent ec1122a0d2
commit 4813db0209
2 changed files with 3 additions and 0 deletions

View File

@ -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...

View File

@ -1,6 +1,7 @@
LIBRARY "MXML1"
EXPORTS
_mxml_strdupf
_mxml_strlcpy
_mxml_vstrdupf
mxml_ignore_cb
mxml_integer_cb