1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

fixed mingw compilation

This commit is contained in:
Igor Zlatkovic
2005-04-06 20:42:35 +00:00
parent 53dbdd7774
commit f52de60f11
3 changed files with 9 additions and 2 deletions

View File

@@ -22,7 +22,9 @@
#ifdef _WIN32
#define MODULE_PATH "."
#include <stdlib.h> /* for _MAX_PATH */
#ifndef __MINGW32__
#define PATH_MAX _MAX_PATH
#endif
#else
#define MODULE_PATH ".libs"
#endif