home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / mac / SiteBldr / AMOVIE / SDK / _SETUP / COMMON.Z / STDAFX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-04  |  514 b   |  18 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. #define _AFX_NO_BSTR_SUPPORT
  6. #include <afxwin.h>         // MFC core and standard components
  7. #include <afxext.h>         // MFC extensions
  8. #include <afxcmn.h>         // MFC common controls
  9.  
  10. #include <objbase.h>        // Common Object Model
  11.  
  12. #include <strmif.h>            // Quartz
  13. #include <control.h>
  14. #include <evcode.h>
  15. #include <uuids.h>
  16.  
  17.  
  18.