Merging trunk to branch 1.4.x

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.4.x@49 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez
2006-07-08 12:38:45 +00:00
parent 062d62bbc4
commit 522dee807f
270 changed files with 9854 additions and 106 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