smile.def
上传用户:biuytresa
上传日期:2007-12-07
资源大小:721k
文件大小:1k
源码类别:

DNA

开发平台:

Visual C++

  1. ; Smile.def : Declares the module parameters.
  2. ; This is a part of the Microsoft Foundation Classes C++ library.
  3. ; Copyright (C) 1992-1997 Microsoft Corporation
  4. ; All rights reserved.
  5. ;
  6. ; This source code is only intended as a supplement to the
  7. ; Microsoft Foundation Classes Reference and the
  8. ; Books Online documentation provided with the library.
  9. ; See these sources for detailed information regarding the
  10. ; Microsoft Foundation Classes product.
  11. LIBRARY      SMILE.OCX
  12. EXPORTS
  13. DllCanUnloadNow     @1 PRIVATE
  14. DllGetClassObject   @2 PRIVATE
  15. DllRegisterServer   @3 PRIVATE
  16. DllUnregisterServer @4 PRIVATE