mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
c335d8a5df
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
16 lines
431 B
Diff
16 lines
431 B
Diff
Description: Define NP_LOADDS if it doesn't exist
|
|
Author: Sebastian Ramacher <sramacher@debian.org>
|
|
Last-Update: 2014-06-14
|
|
|
|
--- gecko-mediaplayer-1.0.9.orig/src/npupp.h
|
|
+++ gecko-mediaplayer-1.0.9/src/npupp.h
|
|
@@ -63,6 +63,9 @@
|
|
|
|
#include "npruntime.h"
|
|
|
|
+#ifndef NP_LOADDS
|
|
+#define NP_LOADDS
|
|
+#endif
|
|
|
|
/******************************************************************************************
|
|
plug-in function table macros
|