home *** CD-ROM | disk | FTP | other *** search
- ; This is a part of the Microsoft Foundation Classes C++ library.
- ; Copyright (C) 1992-1997 Microsoft Corporation
- ; All rights reserved.
- ;
- ; This source code is only intended as a supplement to the
- ; Microsoft Foundation Classes Reference and the
- ; Books Online documentation provided with the library.
- ; See these sources for detailed information regarding the
- ; Microsoft Foundation Classes product.
-
- LIBRARY LOCRESDE
- EXETYPE WINDOWS
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE SINGLE
- HEAPSIZE 1024
- EXPORTS
- WEP PRIVATE
- ; To implement your own Windows Exit Procedure add the following
- ; function to your application (referring to it in the .def file is
- ; not required.) The extern "C" is only required if module is C++.
- ; extern "C" int FAR PASCAL _WEP(int)
- ; {
- ; /* Your WEP functionality goes here */
- ; return 1;
- ; }
-