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

  1. ; ECHO.def : declares the module parameters for the DLL.
  2.  
  3. LIBRARY         "ECHO"
  4.  
  5. EXPORTS
  6.     HttpExtensionProc
  7.     GetExtensionVersion
  8.