Backport of svn rev. 479: Fix for application compiler warning: "PRId64" redefined.

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.6.x@480 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez 2008-08-14 12:02:20 +00:00
parent 812d019d12
commit cd8ce90e19

View File

@ -95,7 +95,7 @@
*
* MSVC still does not know about this.
*/
#define PRId64 PRId64
//#define PRId64 PRId64
/*!
* \brief Supply the PRIzu printf() macro.