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.

60 lines
1.4 KiB

  1. /*++
  2. Copyright (C) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. StdAfx.h
  5. Abstract:
  6. Include file for standard system include files,
  7. or project specific include files that are used frequently,
  8. but are changed infrequently
  9. --*/
  10. #if !defined(AFX_STDAFX_H__698CEE8C_5F56_11D1_97BB_00C04FB9DA75__INCLUDED_)
  11. #define AFX_STDAFX_H__698CEE8C_5F56_11D1_97BB_00C04FB9DA75__INCLUDED_
  12. #if _MSC_VER >= 1000
  13. #pragma once
  14. #endif // _MSC_VER >= 1000
  15. #define STRICT
  16. #include <afxwin.h>
  17. #include <afxdisp.h>
  18. #include <afxtempl.h>
  19. #include <afxdlgs.h>
  20. #include <afxcmn.h>
  21. #ifndef _WIN32_WINNT
  22. #define _WIN32_WINNT 0x0400
  23. #endif
  24. #define _ATL_APARTMENT_THREADED
  25. #include <atlbase.h>
  26. //You may derive a class from CComModule and use it if you want to override
  27. //something, but do not change the name of _Module
  28. extern CComModule _Module;
  29. #include <atlcom.h>
  30. #if __RPCNDR_H_VERSION__ < 440 // This may be needed when building
  31. #define __RPCNDR_H_VERSION__ 440 // on NT5 (1671) to prevent MIDL errors
  32. #define MIDL_INTERFACE(x) interface
  33. #endif
  34. #include <stdio.h>
  35. #include <commctrl.h> // Needed for button styles...
  36. #include <mmc.h>
  37. #include "smlogres.h" // Resources other than dialogs
  38. #include "globals.h"
  39. #include "common.h"
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_STDAFX_H__698CEE8C_5F56_11D1_97BB_00C04FB9DA75__INCLUDED)