home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 8 / IOPROG_8.ISO / soft / sdkplnet / mac / macnpsdk.sit / PluginSDK / Examples / Simple / Windows / Simple32.def < prev    next >
Encoding:
Text File  |  1996-07-10  |  168 b   |  10 lines

  1. LIBRARY   NPSimp32
  2.  
  3. CODE      PRELOAD MOVEABLE DISCARDABLE
  4. DATA      PRELOAD SINGLE
  5.  
  6. EXPORTS
  7.     NP_GetEntryPoints   @1
  8.     NP_Initialize       @2
  9.     NP_Shutdown         @3
  10.