Fixing printf problem.

This commit is contained in:
warren@netscape.com
2000-10-28 00:40:49 +00:00
parent 17a7659c74
commit 2606b110d2
2 changed files with 6 additions and 2 deletions

View File

@@ -20,6 +20,9 @@
* Contributor(s):
*/
#include "nslog.h"
#undef printf
#include "nsPluginHostImpl.h"
#include <stdio.h>
#include "prio.h"
@@ -50,7 +53,6 @@
#include "nsNetUtil.h"
#include "nsIProgressEventSink.h"
#include "nsIDocument.h"
#include "nslog.h"
NS_IMPL_LOG(nsPluginHostImplLog)
#define PRINTF NS_LOG_PRINTF(nsPluginHostImplLog)