home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c14 / lab03 / ex02 / emponly.def < prev    next >
Encoding:
Text File  |  1997-02-20  |  134 b   |  8 lines

  1. ; EMPONLY.def : declares the module parameters for the DLL.
  2.  
  3. LIBRARY         "EMPONLY"
  4.  
  5. EXPORTS
  6.     HttpFilterProc
  7.     GetFilterVersion
  8.