StdAfx.cpp
上传用户:zhuqijet
上传日期:2013-06-25
资源大小:10074k
文件大小:1k
源码类别:

词法分析

开发平台:

Visual C++

  1. // stdafx.cpp : source file that includes just the standard includes
  2. //  stdafx.pch will be the pre-compiled header
  3. //  stdafx.obj will contain the pre-compiled type information
  4. #include "stdafx.h"
  5. #if defined(_ATL_STATIC_REGISTRY)
  6. #include <statreg.h>
  7. #if defined(_MSC_VER) && _MSC_VER < 1300
  8. #include <statreg.cpp>
  9. #endif
  10. #endif
  11. #if defined(_MSC_VER) && _MSC_VER < 1300
  12. #include <atlimpl.cpp>
  13. #endif
  14. //
  15. //   This macro is defined in MSXML.H's compatible with IE5
  16. //      and not defined in those from IE4.
  17. //
  18. //   To correct, install a IE5 or later version of the Microsoft Platform SDK
  19. //      and add Program FilesMicrosoft Platform SDKInclude as the first entry
  20. //      on the Directories tab on the dialog displayed after selecting Tools Options
  21. //      from the Visual Studio IDE.
  22. //
  23. #ifndef __IXMLDOMNode_INTERFACE_DEFINED__
  24. #error "xerces-dom requires an MSXML.H compatible with IE5 or later.  See http://xml.apache.org/xerces-c/build.html#BuildCOM for directions to correct this problem."
  25. #endif