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.

22 lines
490 B

  1. #ifndef __STDAFX_H_
  2. #define __STDAFX_H_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. #include <nt.h>
  7. #include <ntrtl.h>
  8. #include <nturtl.h>
  9. #include <windef.h>
  10. #include <winbase.h>
  11. #include <winreg.h>
  12. #include <objbase.h>
  13. #include <tapi.h>
  14. #include <tspi.h>
  15. //{{AFX_INSERT_LOCATION}}
  16. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  17. #endif // !defined(AFX_STDAFX_H__F8FF7774_4BD5_11D1_AFD1_00C04FC31FEE__INCLUDED)