home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / vbasic / Data / Utils / WME71SDK.exe / RCDATA / CABINET / stdafx.h.n~1 < prev    next >
Text File  |  2001-03-02  |  1KB  |  49 lines

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. #if !defined(AFX_STDAFX_H__21D53E14_0FA7_4927_93B4_F316CAE25BA6__INCLUDED_)
  6. #define AFX_STDAFX_H__21D53E14_0FA7_4927_93B4_F316CAE25BA6__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12. #define STRICT
  13. #ifndef _WIN32_WINNT
  14. #define _WIN32_WINNT 0x0400
  15. #endif
  16. #define _ATL_APARTMENT_THREADED
  17.  
  18. #include <atlbase.h>
  19. //You may derive a class from CComModule and use it if you want to override
  20. //something, but do not change the name of _Module
  21. extern CComModule _Module;
  22. #include <atlcom.h>
  23. #include <atlhost.h>
  24. #include <atlctl.h>
  25.  
  26. #include <atlapp.h>
  27.  
  28. #include <atlwin.h>
  29. #include <atlmisc.h>
  30. #include <atlctrls.h>
  31.  
  32. #include "wmencode.h"
  33. #include "wmsencid.h"
  34. #include "localagent.h"
  35. #include <xstring>
  36. typedef std::basic_string<TCHAR> tstring;
  37. #include "stdlib.h"
  38. #include "math.h"
  39. #include "shlobj.h"
  40. #include <time.h>
  41. #include <map>
  42. #include <queue>
  43. #include <vector>
  44.  
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47.  
  48. #endif // !defined(AFX_STDAFX_H__21D53E14_0FA7_4927_93B4_F316CAE25BA6__INCLUDED)
  49.