MusicKit  0.0.0
StdAfx.h
00001 /* 
00002   $Id$
00003   Description:
00004     Include file for standard system include files,
00005     or project specific include files that are used frequently, but are changed infrequently
00006 
00007   Original Author: Leigh M. Smith, tomandandy <leigh@tomandandy.com>
00008 
00009   30 July 1999, Copyright (c) 1999 tomandandy.
00010 
00011   Permission is granted to use and modify this code for commercial and non-commercial
00012   purposes so long as the author attribution and this copyright message remains intact
00013   and accompanies all derived code.
00014 
00015   Just to cover my ass: DirectMusic and DirectX are registered trademarks
00016   of Microsoft Corp and they can have them.
00017 */
00018 /*
00019  $Log$
00020  Revision 1.1  1999/11/17 17:57:14  leigh
00021  Initial revision
00022 
00023 */
00024 //
00025 
00026 #if !defined(AFX_STDAFX_H__0DBA4822_46A0_11D3_93E2_00A0CC26DBF7__INCLUDED_)
00027 #define AFX_STDAFX_H__0DBA4822_46A0_11D3_93E2_00A0CC26DBF7__INCLUDED_
00028 
00029 #if _MSC_VER > 1000
00030 #pragma once
00031 #endif // _MSC_VER > 1000
00032 
00033 
00034 // Insert your headers here
00035 #define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers
00036 
00037 //#include <windows.h>
00038 
00039 // TODO: reference additional headers your program requires here
00040 
00041 //{{AFX_INSERT_LOCATION}}
00042 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00043 
00044 // additional headers we require.
00045 
00046 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
00047 
00048 // these may cause link problems.
00049 #include <afxwin.h>         // MFC core and standard components
00050 #include <afxext.h>         // MFC extensions
00051 #include <afxdisp.h>        // MFC OLE automation classes
00052 #ifndef _AFX_NO_AFXCMN_SUPPORT
00053 #include <afxcmn.h>                     // MFC support for Windows Common Controls
00054 #endif // _AFX_NO_AFXCMN_SUPPORT
00055 
00056 #include <mmsystem.h>
00057 #include <mmreg.h>
00058 
00059 #endif // !defined(AFX_STDAFX_H__0DBA4822_46A0_11D3_93E2_00A0CC26DBF7__INCLUDED_)
00060 
00061 
00062 
00063 
00064 
00065