home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Windows 95 Special 1 / WINDOWS95_1.bin / internet / vogon / stdafx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-09  |  915 b   |  29 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. // Originals
  7. #include <afxwin.h>         // MFC core and standard components
  8. #include <afxext.h>         // MFC extensions (including VB)
  9. #include <afxole.h>         // MFC OLE classes
  10. #include <afxodlgs.h>       // MFC OLE dialog classes
  11.  
  12. // From CONTAINR
  13. #include <olectl.h>            // MFC OLE Container Information
  14.  
  15. // From CONTAINR
  16. // #include <afxctl.h>
  17. // #include <afxext.h>         // MFC extensions
  18. // #include <afxodlgs.h>       // MFC OLE dialog classes
  19. // #include <afxdisp.h>        // MFC OLE automation classes
  20. // #include <olectl.h>            // MFC OLE Container Information
  21.  
  22. #define ELEMENTS(array)        (sizeof(array)/sizeof(array[0]))
  23.  
  24. // #ifdef _WIN32
  25. // #include <winnls.h>
  26. // #else
  27. // #include <olenls.h>
  28. // #endif
  29.