home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / controls / localize / locresde.def < prev    next >
Encoding:
Text File  |  1998-03-27  |  890 b   |  26 lines

  1. ; This is a part of the Microsoft Foundation Classes C++ library.
  2. ; Copyright (C) 1992-1997 Microsoft Corporation
  3. ; All rights reserved.
  4. ;
  5. ; This source code is only intended as a supplement to the
  6. ; Microsoft Foundation Classes Reference and the
  7. ; Books Online documentation provided with the library.
  8. ; See these sources for detailed information regarding the
  9. ; Microsoft Foundation Classes product.
  10.  
  11. LIBRARY   LOCRESDE
  12. EXETYPE   WINDOWS
  13. CODE      PRELOAD MOVEABLE DISCARDABLE
  14. DATA      PRELOAD MOVEABLE SINGLE
  15. HEAPSIZE  1024
  16. EXPORTS
  17.           WEP PRIVATE
  18. ; To implement your own Windows Exit Procedure add the following
  19. ; function to your application (referring to it in the .def file is
  20. ; not required.)  The extern "C" is only required if module is C++.
  21. ; extern "C" int FAR PASCAL _WEP(int)
  22. ; {
  23. ;       /* Your WEP functionality goes here */
  24. ;  return 1;
  25. ; }
  26.