The scope of the macro NUM_HANDLE is now restricted to upnpapi.c.

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.6.x@568 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez
2010-08-21 21:22:09 +00:00
parent 1605744278
commit c9bcee536e
4 changed files with 5 additions and 4 deletions

View File

@@ -165,7 +165,8 @@ unsigned short LOCAL_PORT_V4;
unsigned short LOCAL_PORT_V6;
/*! UPnP device and control point handle table */
void *HandleTable[NUM_HANDLE];
#define NUM_HANDLE 200
static void *HandleTable[NUM_HANDLE];
/*! a local dir which serves as webserver root */
extern membuffer gDocumentRootDir;