diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.def')
-rw-r--r-- | WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.def | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.def b/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.def new file mode 100644 index 0000000..92cdb12 --- /dev/null +++ b/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.def @@ -0,0 +1,6 @@ +LIBRARY "TestNetscapePlugin"
+
+EXPORTS
+ NP_GetEntryPoints @1
+ NP_Initialize @2
+ NP_Shutdown @3
|