diff options
Diffstat (limited to 'tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.def')
-rw-r--r-- | tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.def | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.def b/tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.def new file mode 100644 index 0000000..e71dd47 --- /dev/null +++ b/tqtinterface/qt4/extensions/nsplugin/examples/grapher/grapher.def @@ -0,0 +1,9 @@ +LIBRARY npgrapher.dll + +CODE PRELOAD MOVEABLE DISCARDABLE +DATA PRELOAD SINGLE + +EXPORTS + NP_GetEntryPoints @1 + NP_Initialize @2 + NP_Shutdown @3 |