home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / C / MRCE / DOCKTEST.ZIP / STDAFX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-11  |  591 b   |  20 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. #include <afxwin.h>         // MFC core and standard components
  7. #include <afxext.h>         // MFC extensions
  8. #include <afxcmn.h>            // MFC Win'95 common control
  9.  
  10. #include "mrcext.h"            // MRCEXT.DLL functions
  11.  
  12. // some extended styles that come in handy occasionally.
  13. #ifndef WS_EX_CONTEXTHELP
  14. #define WS_EX_CONTEXTHELP       0x0400L
  15. #endif
  16.  
  17. #ifndef WS_EX_CLIENTEDGE
  18. #define WS_EX_CLIENTEDGE 0x0200L
  19. #endif
  20.