* More MSVC fixes, using XINLINE instead of inline, MSVC has troubles

with inline. Thanks to David Maass for reporting.
* Changed XINLINE to UPNP_INLINE.
* Lots of white space changes.



git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@192 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez
2007-05-23 13:20:55 +00:00
parent d8ba182d85
commit 81635d74c1
23 changed files with 335 additions and 302 deletions

View File

@@ -269,7 +269,7 @@ void printService(
Dbg_Level level,
Dbg_Module module);
#else
static inline void printService(
static UPNP_INLINE void printService(
service_info *service,
Dbg_Level level,
Dbg_Module module) {}
@@ -296,7 +296,7 @@ void printServiceList(
Dbg_Level level,
Dbg_Module module);
#else
static inline void printServiceList(
static UPNP_INLINE void printServiceList(
service_info *service,
Dbg_Level level,
Dbg_Module module) {}
@@ -324,7 +324,7 @@ void printServiceTable(
Dbg_Level level,
Dbg_Module module);
#else
static inline void printServiceTable(
static UPNP_INLINE void printServiceTable(
service_table *table,
Dbg_Level level,
Dbg_Module module) {}