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
339 B

  1. #ifndef _pch_h
  2. #define _pch_h
  3. #include <windows.h>
  4. #include <windowsx.h>
  5. #include <commctrl.h>
  6. #include <shellapi.h>
  7. #include <shlobj.h>
  8. #include <shlobjp.h>
  9. #include <shlwapi.h>
  10. #include <shlwapip.h>
  11. #include <atlbase.h>
  12. #include <winuserp.h>
  13. #include <comctrlp.h>
  14. #include <shsemip.h>
  15. #include <shellp.h>
  16. #include <common.h>
  17. #endif