more build stuff for libxml / COLLADA

This commit is contained in:
ejcoumans
2006-06-19 17:51:06 +00:00
parent 8f83fa6299
commit 0f3bda1fb0
4 changed files with 8 additions and 10 deletions

View File

@@ -21,8 +21,12 @@
#if defined(macintosh)
#include "config-mac.h"
#else
#ifdef _MSC_VER
#include "config-win32.h"
#else
#include "config.h"
#include <libxml/xmlversion.h>
#endif //_MSC_VER
#endif
#if defined(__Lynx__)