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-26  |  934 b   |  26 lines

  1. //==========================================================================;
  2. //
  3. //  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4. //  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5. //  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6. //  PURPOSE.
  7. //
  8. //  Copyright (c) 1992 - 1996  Microsoft Corporation.  All Rights Reserved.
  9. //
  10. //--------------------------------------------------------------------------;
  11. //
  12. // stdafx.h : include file for standard system include files,
  13. //  or project specific include files that are used frequently, but
  14. //      are changed infrequently
  15. //
  16.  
  17. #define _AFX_NO_BSTR_SUPPORT
  18. #include <afxwin.h>            // MFC core and standard components
  19. #include <afxext.h>         // MFC extensions (including VB)
  20. #include <objbase.h>
  21. #include <afxtempl.h>
  22. #include <strmif.h>
  23. #include <control.h>
  24. #include <evcode.h>
  25. #include <uuids.h>
  26.