changes for compilation with MS VC++

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@46 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Oxy
2006-07-07 06:58:19 +00:00
parent ebac5fe596
commit ab66940a89
4 changed files with 321 additions and 1 deletions

View File

@@ -67,6 +67,10 @@ typedef enum priority {LOW_PRIORITY,
//Statistics
#ifdef WIN32 // todo: check why STATSONLY fails during compilation
#undef STATS
#endif
#ifdef STATS
#define STATSONLY(x) x
#else