Leaked source code of windows server 2003
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
447 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. master.h
  5. Abstract:
  6. Includes the headers needed throughout the Win9x upgrade
  7. project. This applies to both setup DLLs and all tools.
  8. Author:
  9. Jim Schmidt (jimschm) 06-Jan-1998
  10. Revision History:
  11. <alias> <date> <comments>
  12. --*/
  13. #pragma once
  14. #include "migshared.h"
  15. #include "common.h"
  16. #include "unattend.h"
  17. #include "uninstall.h"