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.

26 lines
584 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 2000
  4. *
  5. * TITLE: PRECOMP.H
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: ShaunIv
  10. *
  11. * DATE: 3/30/2000
  12. *
  13. * DESCRIPTION: Precompiled header
  14. *
  15. *******************************************************************************/
  16. #ifndef __PRECOMP_H_INCLUDED
  17. #define __PRECOMP_H_INCLUDED
  18. #include <windows.h>
  19. #include <atlbase.h>
  20. #include <wininet.h>
  21. #include <uicommon.h>
  22. #include "resource.h"
  23. #include "module.h"
  24. #endif // __PRECOMP_H_INCLUDED