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.

27 lines
702 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. // File: Win32Sub.H
  4. // Copyright (C) 1994-1997 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. //
  8. // Header file for Win32 Sub parsers.
  9. // Includes all the needed Win32 specific header files.
  10. //
  11. //-----------------------------------------------------------------------------
  12. #ifndef __WIN32SUB_H
  13. #define __WIN32SUB_H
  14. #pragma comment(lib, "win32rt.lib")
  15. #include "..\win32rt\f32base.h"
  16. #include "..\win32rt\resbase.h"
  17. #include "..\win32rt\reshead.h"
  18. #include "..\win32rt\w32types.h"
  19. #include "..\win32rt\win32rt.h"
  20. #include "..\win32rt\win32iid.h"
  21. #include "..\win32rt\win32pid.h"
  22. #endif //__WIN32SUB_H