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:
@@ -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
|
||||
|
Reference in New Issue
Block a user