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.

47 lines
911 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: cmmaster.h
  4. //
  5. // Module: CMCFG32.DLL
  6. //
  7. // Synopsis: Master include file for precompiled headers.
  8. //
  9. // Copyright (c) 1998 Microsoft Corporation
  10. //
  11. // Author: quintinb Created Header 08/17/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CMMASTER_H_
  15. #define _CMMASTER_H_
  16. #include <windows.h>
  17. #include <stdio.h>
  18. #include <stdlib.h>
  19. //
  20. // WIN32 specfic includes
  21. //
  22. #include <ras.h>
  23. #include <raserror.h>
  24. #include "cmras.h"
  25. #include "cmdebug.h"
  26. #include "cmcfg.h"
  27. #include "cmutil.h"
  28. #include "base_str.h"
  29. #include "mgr_str.h"
  30. #include "reg_str.h"
  31. #include "inf_str.h"
  32. #include "stp_str.h"
  33. #include "ras_str.h"
  34. #include "cmsetup.h"
  35. #include "allcmdir.h"
  36. extern HINSTANCE g_hInst;
  37. #endif // _CMMASTER_H_