Fixing printf problem.

git-svn-id: svn://10.0.0.236/trunk@81905 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
2000-10-28 00:40:49 +00:00
parent 8d43a58463
commit b829671032
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)

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)