Commit d16b63ef authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix compilation on FC3 linux for mozilla plugin.

parent 467472bc
...@@ -42,9 +42,9 @@ ...@@ -42,9 +42,9 @@
#define OJI 1 #define OJI 1
#include <stdio.h> #include <stdio.h>
#include "nscore.h" #include <nscore.h>
#include "npapi.h" #include <npapi.h>
#include "npupp.h" #include <npupp.h>
/* /*
* Define PLUGIN_TRACE to have the wrapper functions print * Define PLUGIN_TRACE to have the wrapper functions print
...@@ -58,6 +58,8 @@ ...@@ -58,6 +58,8 @@
#define PLUGINDEBUGSTR(msg) #define PLUGINDEBUGSTR(msg)
#endif #endif
#define PLUGIN_TO_HOST_GLUE(name, fp) (fp)
#define HOST_TO_PLUGIN_GLUE(name, fp) (fp)
/*********************************************************************** /***********************************************************************
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment