18 lines
592 B
C
18 lines
592 B
C
/* NOTE: This is a C file to avoid some nasty typecasting issues that C++ has
|
|
with the JDK generated code.
|
|
*/
|
|
|
|
#define IMPLEMENT_MozAxPlugin
|
|
#include "_java/MozAxPlugin.c"
|
|
#include "_java/netscape_plugin_Plugin.c"
|
|
#include "_java/java_lang_Throwable.c"
|
|
#include "_java/java_lang_Error.c"
|
|
#include "_java/java_lang_String.c"
|
|
#include "_java/java_lang_Boolean.c"
|
|
#include "_java/java_lang_Number.c"
|
|
#include "_java/java_lang_Integer.c"
|
|
#include "_java/java_lang_Long.c"
|
|
//#include "_java/java_lang_Double.c"
|
|
//#include "_java/java_lang_Float.c"
|
|
#include "_java/java_lang_Character.c"
|