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.

59 lines
831 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. master9x.h
  5. Abstract:
  6. Includes headers needed for w95upg.dll only
  7. Author:
  8. Jim Schmidt (jimschm) 26-Mar-1998
  9. Revision History:
  10. <alias> <date> <comments>
  11. --*/
  12. #pragma once
  13. //
  14. // includes for code that runs only on Win9x
  15. //
  16. #include <ras.h>
  17. #include <pif.h> /* windows\inc */
  18. #include <tlhelp32.h>
  19. #include <winnt32p.h>
  20. #include <synceng.h> /* private\inc */
  21. #include "init9x.h"
  22. #include "migui.h"
  23. #include "w95upg.h"
  24. #include "buildinf.h"
  25. #include "w95res.h"
  26. #include "config.h"
  27. #include "migdlls.h"
  28. #include "hwcomp.h"
  29. #include "sysmig.h"
  30. #include "msgmgr.h"
  31. #include "migapp.h"
  32. #include "rasmig.h"
  33. #include "dosmig.h"
  34. #include "drives.h"
  35. #include "timezone.h"
  36. #include "migdb.h"
  37. #ifdef PRERELEASE
  38. #include "w95resp.h"
  39. #endif