stdafx.h 875 B

12345678910111213141516171819202122232425262728293031323334
  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5. #if !defined(AFX_STDAFX_H__B05A63F4_9900_4362_9E2A_2C8E360B3B70__INCLUDED_)
  6. #define AFX_STDAFX_H__B05A63F4_9900_4362_9E2A_2C8E360B3B70__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. #define WIN32_LEAN_AND_MEAN
  11. #include <stdio.h>
  12. #include "../config_windows.h"
  13. #if defined(_STLP_MSVC)
  14. #define HAVE_STLPORT 1
  15. #endif
  16. #if _MSC_VER >= 1300
  17. #define TERMINATE_IN_STD 1
  18. #endif
  19. #define _WIN32_DCOM
  20. #import <msxml3.dll> raw_interfaces_only named_guids
  21. using namespace MSXML2;
  22. //{{AFX_INSERT_LOCATION}}
  23. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  24. #endif // !defined(AFX_STDAFX_H__B05A63F4_9900_4362_9E2A_2C8E360B3B70__INCLUDED_)