diff options
Diffstat (limited to 'o3d/plugin/win/o3dPlugin.def_template')
-rw-r--r-- | o3d/plugin/win/o3dPlugin.def_template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/o3d/plugin/win/o3dPlugin.def_template b/o3d/plugin/win/o3dPlugin.def_template new file mode 100644 index 0000000..4e3600a --- /dev/null +++ b/o3d/plugin/win/o3dPlugin.def_template @@ -0,0 +1,6 @@ +LIBRARY @@@PluginNpapiFilename@@@ + +EXPORTS + NP_GetEntryPoints @1 + NP_Initialize @2 + NP_Shutdown @3 |