4#include "khl_xml/khl_xml_version.h"
11#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
14 #pragma comment(lib,__FILE__"\\..\\..\\..\\lib\\khl_xmld.lib")
16 #pragma comment(lib,__FILE__"\\..\\..\\..\\lib\\khl_xml.lib")
22 #include <TargetConditionals.h>
23 #if TARGET_IPHONE_SIMULATOR
25 #elif TARGET_OS_IPHONE
30 # error "Unknown Apple platform"
36#elif defined(_POSIX_VERSION)
39# error "Unknown compiler"