home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Game_Audio / AudioTest / StdAfx.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-05-27  |  1.3 KB  |  33 lines

  1. /***********************************************************\
  2. Copyright (C) James Boer, 2002. 
  3. All rights reserved worldwide.
  4.  
  5. This software is provided "as is" without express or implied
  6. warranties. You may freely copy and compile this source into
  7. applications you distribute provided that the copyright text
  8. below is included in the resulting source code, for example:
  9. "Portions Copyright (C) James Boer, 2002"
  10. \***********************************************************/
  11.  
  12. #if !defined(AFX_STDAFX_H__45C5C5FA_943E_47E4_9481_7E63589C64C1__INCLUDED_)
  13. #define AFX_STDAFX_H__45C5C5FA_943E_47E4_9481_7E63589C64C1__INCLUDED_
  14.  
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18.  
  19. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  20.  
  21. #include <afxwin.h>         // MFC core and standard components
  22. #include <afxext.h>         // MFC extensions
  23. #include <afxdtctl.h>        // MFC support for Internet Explorer 4 Common Controls
  24. #ifndef _AFX_NO_AFXCMN_SUPPORT
  25. #include <afxcmn.h>            // MFC support for Windows Common Controls
  26. #endif // _AFX_NO_AFXCMN_SUPPORT
  27.  
  28.  
  29. //{{AFX_INSERT_LOCATION}}
  30. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  31.  
  32. #endif // !defined(AFX_STDAFX_H__45C5C5FA_943E_47E4_9481_7E63589C64C1__INCLUDED_)
  33.