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.

30 lines
1.1 KiB

  1. //----------------------------------------------------------------------------
  2. //
  3. // Copyright (c) 1997-1999 Microsoft Corporation
  4. // All rights reserved.
  5. //
  6. // File Name:
  7. // allres.h
  8. //
  9. // Description:
  10. // This is a header file that is private to the common directory.
  11. // It includes each of our component resource.h files.
  12. //
  13. // Note that the component .rc files have only dialog template
  14. // definitions in them and that they should never ever be shared
  15. // among one another.
  16. //
  17. // The common directory does major operations on the behalf of
  18. // all wizard pages, so it #include's each of the component headers.
  19. //
  20. // Note that common.rc contains stringid's and a small number of
  21. // of common resources available to all wizard code. It is already
  22. // included in setupmgr.h
  23. //
  24. //----------------------------------------------------------------------------
  25. #include "..\\main\\resource.h"
  26. #include "..\\base\\resource.h"
  27. #include "..\\net\\resource.h"
  28. #include "..\\oc\\resource.h"
  29. #include "..\\oem\\resource.h"