StdAfx.cpp 811 B

12345678910111213141516171819202122
  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.cpp
  12. |*
  13. |* PURPOSE: source file that includes just the standard includes
  14. |* neroFiddles.pch will be the pre-compiled header
  15. |* stdafx.obj will contain the pre-compiled type information
  16. ******************************************************************************/
  17. #include "stdafx.h"