Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
996 B

  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. // Created by JOEM 01-2000
  6. // Copyright (C) 2000 Microsoft Corporation
  7. // All Rights Reserved
  8. //
  9. #if !defined(AFX_STDAFX_H__944A993F_CF82_47E5_9675_EF78F56691DF__INCLUDED_)
  10. #define AFX_STDAFX_H__944A993F_CF82_47E5_9675_EF78F56691DF__INCLUDED_
  11. #if _MSC_VER > 1000
  12. #pragma once
  13. #endif // _MSC_VER > 1000
  14. #ifndef STRICT
  15. #define STRICT
  16. #endif
  17. #ifndef _WIN32_WINNT
  18. #define _WIN32_WINNT 0x0400
  19. #endif
  20. #include <atlbase.h>
  21. //You may derive a class from CComModule and use it if you want to override
  22. //something, but do not change the name of _Module
  23. extern CComModule _Module;
  24. #include <atlcom.h>
  25. #include "spunicode.h"
  26. //{{AFX_INSERT_LOCATION}}
  27. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  28. #endif // !defined(AFX_STDAFX_H__944A993F_CF82_47E5_9675_EF78F56691DF__INCLUDED)