home *** CD-ROM | disk | FTP | other *** search
/ Troubleshooting Netware Systems / CSTRIAL0196.BIN / attach / msj / v10n10 / cppq1195.exe / STDAFX.H < prev    next >
C/C++ Source or Header  |  1995-10-01  |  217b  |  7 lines

  1. #include <afxwin.h>         // MFC core and standard components
  2. #include <afxext.h>         // MFC extensions (including VB)
  3.  
  4. #if (_MFC_VER < 0x300)
  5. #error This program requires MFC Version 3.0 or later.
  6. #endif
  7.