1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-06-15 06:41:48 +03:00

trying to fix the Python bindings build on Windows (Stphane Bidoul)

* python/generator.py python/libxml.c python/setup.py.in: trying
  to fix the Python bindings build on Windows (Stphane Bidoul)
Daniel
This commit is contained in:
Daniel Veillard
2002-11-23 11:22:49 +00:00
parent 9ab7155336
commit a1196ed414
4 changed files with 89 additions and 12 deletions

View File

@ -13,7 +13,7 @@
*/
#include <Python.h>
#include <fileobject.h>
#include "config.h"
/* #include "config.h" */
#include <libxml/xmlmemory.h>
#include <libxml/parser.h>
#include <libxml/tree.h>