]> git.sesse.net Git - vlc/commitdiff
Fix compilation on FC3 linux for mozilla plugin.
authorJean-Paul Saman <jpsaman@videolan.org>
Sat, 15 Apr 2006 22:21:18 +0000 (22:21 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 15 Apr 2006 22:21:18 +0000 (22:21 +0000)
mozilla/support/npunix.c

index ec7de15ef8999d7d345bc8f902d2bba93651c121..4bcb6511418c572e5f6e4105e0be8d8ae9c590cb 100644 (file)
@@ -42,9 +42,9 @@
 #define OJI 1
 
 #include <stdio.h>
-#include "nscore.h"
-#include "npapi.h"
-#include "npupp.h"
+#include <nscore.h>
+#include <npapi.h>
+#include <npupp.h>
 
 /*
  * Define PLUGIN_TRACE to have the wrapper functions print
@@ -58,6 +58,8 @@
 #define PLUGINDEBUGSTR(msg)
 #endif
 
+#define PLUGIN_TO_HOST_GLUE(name, fp) (fp)
+#define HOST_TO_PLUGIN_GLUE(name, fp) (fp)
 
 /***********************************************************************
  *