Fix builds on Windows.

pull/193/head
Michael R Sweet 7 years ago
parent ec1122a0d2
commit 4813db0209
  1. 2
      testmxml.c
  2. 1
      vcnet/mxml1.def

@ -708,6 +708,7 @@ main(int argc, /* I - Number of command-line args */
} }
} }
#ifndef WIN32
/* /*
* Debug hooks... * Debug hooks...
*/ */
@ -721,6 +722,7 @@ main(int argc, /* I - Number of command-line args */
snprintf(command, sizeof(command), "leaks %d", (int)getpid()); snprintf(command, sizeof(command), "leaks %d", (int)getpid());
system(command); system(command);
} }
#endif /* !WIN32 */
/* /*
* Return... * Return...

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

Loading…
Cancel
Save