Fix for compilation in debug builds.

Ensure internal methods are declared as static since debug builds don't inline.
This commit is contained in:
Chandra Penke
2010-09-09 17:04:25 -07:00
committed by Marcelo Roberto Jimenez
parent 0833b880d4
commit 15fb28c622
2 changed files with 6 additions and 1 deletions

View File

@@ -308,7 +308,7 @@ search_extension( IN const char *extension,
* 0 - On Sucess
* UPNP_E_OUTOF_MEMORY - on memory allocation failures
************************************************************************/
UPNP_INLINE int
static UPNP_INLINE int
get_content_type(
IN const char *filename,
OUT UpnpFileInfo *fileInfo)