Merge of trunk into branch 1.6.x.
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.6.x@339 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
@@ -71,8 +71,16 @@
|
||||
#include "webserver.h"
|
||||
|
||||
|
||||
/*
|
||||
* Please, do not change these to const int while MSVC cannot understand
|
||||
* const int in array dimensions.
|
||||
*/
|
||||
/*
|
||||
const int CHUNK_HEADER_SIZE = 10;
|
||||
const int CHUNK_TAIL_SIZE = 10;
|
||||
*/
|
||||
#define CHUNK_HEADER_SIZE 10
|
||||
#define CHUNK_TAIL_SIZE 10
|
||||
|
||||
|
||||
/************************************************************************
|
||||
|
Reference in New Issue
Block a user