source: trunk/icedtea-web/plugin_os2.def@ 365

Last change on this file since 365 was 364, checked in by dmik, 13 years ago

icedtea-web: Export OS/2 plugin entry points.

  • Property svn:eol-style set to native
File size: 245 bytes
Line 
1LIBRARY NPICEDT INITINSTANCE TERMINSTANCE
2
3CODE MOVEABLE DISCARDABLE LOADONCALL
4DATA MULTIPLE NONSHARED READWRITE LOADONCALL
5
6EXPORTS
7 NP_GetEntryPoints
8 NP_Initialize
9 NP_Shutdown
10
11; NP_GetMIMEDescription
12; NP_GetValue
Note: See TracBrowser for help on using the repository browser.