mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 11:25:30 +00:00
Fix builds on Windows.
This commit is contained in:
parent
ec1122a0d2
commit
4813db0209
@ -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...
|
||||
|
@ -1,6 +1,7 @@
|
||||
LIBRARY "MXML1"
|
||||
EXPORTS
|
||||
_mxml_strdupf
|
||||
_mxml_strlcpy
|
||||
_mxml_vstrdupf
|
||||
mxml_ignore_cb
|
||||
mxml_integer_cb
|
||||
|
Loading…
Reference in New Issue
Block a user