some minor modificationsto compile with Borland Builder

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@39 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Oxy
2006-07-04 18:10:02 +00:00
parent df3df9eaed
commit a155612cba
3 changed files with 11 additions and 18 deletions

View File

@@ -34,7 +34,11 @@
#if EXCLUDE_SOAP == 0
#define SOAP_BODY "Body"
#define SOAP_URN "http://schemas.xmlsoap.org/soap/envelope/"
#ifdef WIN32 // escaping necessary for CBuilder
#define SOAP_URN "http:\/\/schemas.xmlsoap.org/soap/envelope/"
#else
#define SOAP_URN "http://schemas.xmlsoap.org/soap/envelope/"
#endif
#define QUERY_STATE_VAR_URN "urn:schemas-upnp-org:control-1-0"