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