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.

67 lines
1.8 KiB

  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__63844346_9801_11D1_8CF1_00609713055B__INCLUDED_)
  6. #define AFX_STDAFX_H__63844346_9801_11D1_8CF1_00609713055B__INCLUDED_
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  11. extern "C" {
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. }
  16. #ifndef __AFX_H__
  17. #undef ASSERT // make afx.h happy
  18. #endif
  19. #include <afxwin.h> // MFC core and standard components
  20. #include <afxext.h> // MFC extensions
  21. #ifndef _AFX_NO_OLE_SUPPORT
  22. #include <afxole.h> // MFC OLE classes
  23. #include <afxodlgs.h> // MFC OLE dialog classes
  24. #include <afxdisp.h> // MFC OLE automation classes
  25. #endif // _AFX_NO_OLE_SUPPORT
  26. #ifndef _AFX_NO_DB_SUPPORT
  27. #include <afxdb.h> // MFC ODBC database classes
  28. #endif // _AFX_NO_DB_SUPPORT
  29. #ifndef _AFX_NO_DAO_SUPPORT
  30. #include <afxdao.h> // MFC DAO database classes
  31. #endif // _AFX_NO_DAO_SUPPORT
  32. #ifndef _AFX_NO_AFXCMN_SUPPORT
  33. #include <afxcmn.h> // MFC support for Windows Common Controls
  34. #endif // _AFX_NO_AFXCMN_SUPPORT
  35. #include <setupapi.h>
  36. #include <clusrtl.h>
  37. #include <userenv.h> // Required for DeleteLinkFile
  38. #include <userenvp.h> // Required for DeleteLinkFile
  39. #include <shlobj.h> // Required for DeleteLinkFile
  40. #include <winsvc.h> // Required for SC_HANDLE, OpenSCManager, etc.
  41. #include <winbase.h>
  42. #include <clusudef.h>
  43. #include <clusrpc.h>
  44. #include <stdlib.h>
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_STDAFX_H__63844346_9801_11D1_8CF1_00609713055B__INCLUDED_)