home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / C / MRCE / SOURCE.ZIP / MRCSTAFX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-27  |  1.7 KB  |  42 lines

  1. // MRCEXT: Micro Focus Extension DLL for MFC 2.1+
  2. // Copyright (C)1994-5    Micro Focus Inc, 2465 East Bayshore Rd, Palo Alto, CA 94303.
  3. // 
  4. //  This program is free software; you can redistribute it and/or modify
  5. //  it under the terms of the GNU General Public License as published by
  6. //  the Free Software Foundation. In addition, you may also charge for any
  7. //  application    using MRCEXT, and are under no obligation to supply source
  8. //  code. You must accredit Micro Focus Inc in the "About Box", or banner
  9. //  of your application. 
  10. //
  11. //  This program is distributed in the hope that it will be useful,
  12. //  but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14. //  GNU General Public License for more details.
  15. //
  16. //  You should also have received a copy of the GNU General Public License with this
  17. //  software, also indicating additional rights you have when using MRCEXT.  
  18. //
  19. //
  20. // STDAFX.H
  21. // $Date:   04 Dec 1995 15:24:26  $
  22. // $Revision:   1.0  $
  23. // $Author:   MRC  $
  24. // stdafx.h : include file for standard system include files,
  25. //  or project specific include files that are used frequently, but
  26. //      are changed infrequently
  27. //
  28. //#define  VC_EXTRALEAN
  29. //#define  WIN32_EXTRA_LEAN
  30.  
  31. #include <afxwin.h>         // MFC core and standard components
  32. #include <afxext.h>         // MFC extensions
  33. #include <afxole.h>         // MFC OLE classes
  34. #include <afxodlgs.h>       // MFC OLE dialog classes
  35. #include <afxdisp.h>        // MFC OLE automation classes
  36. #include <afxdb.h>          // MFC database classes
  37. #include <afxpriv.h>
  38. #include <afxcmn.h>            // MFC common controls
  39.  
  40. #define _MRCEXT_NOFORCELIBS    // don't link .lib's specified in MRCEXT.H
  41. #include "mrcext.h"
  42.