StdAfx.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /******************************************************************************
  2. |* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  3. |* ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  4. |* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  5. |* PARTICULAR PURPOSE.
  6. |*
  7. |* Copyright 1995-2005 Nero AG. All Rights Reserved.
  8. |*-----------------------------------------------------------------------------
  9. |* PROJECT: NeroFiddles NeroAPI Example
  10. |*
  11. |* FILE: stdafx.h
  12. |*
  13. |* PURPOSE: include file for standard system include files,
  14. |* or project specific include files that are used frequently, but
  15. |* are changed infrequently
  16. ******************************************************************************/
  17. #if !defined(AFX_STDAFX_H__78BE85BB_87B6_11D4_8056_00105ABB05E6__INCLUDED_)
  18. #define AFX_STDAFX_H__78BE85BB_87B6_11D4_8056_00105ABB05E6__INCLUDED_
  19. #if _MSC_VER > 1000
  20. #pragma once
  21. #endif // _MSC_VER > 1000
  22. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  23. #include <afxwin.h> // MFC core and standard components
  24. #include <afxext.h> // MFC extensions
  25. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  26. #ifndef _AFX_NO_AFXCMN_SUPPORT
  27. #include <afxcmn.h> // MFC support for Windows Common Controls
  28. #endif // _AFX_NO_AFXCMN_SUPPORT
  29. #include "neroapiglue.h"
  30. //#pragma comment(lib,"NeroAPIGlue.lib")
  31. //{{AFX_INSERT_LOCATION}}
  32. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  33. #endif // !defined(AFX_STDAFX_H__78BE85BB_87B6_11D4_8056_00105ABB05E6__INCLUDED_)