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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user