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.

29 lines
616 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: cmmaster.h
  4. //
  5. // Module: CMUTIL.DLL
  6. //
  7. // Synopsis: Master include file for precompiled headers.
  8. //
  9. // Copyright (c) 1997-1999 Microsoft Corporation
  10. //
  11. // Author: henryt Created 03/01/98
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CMMASTER_H_
  15. #define _CMMASTER_H_
  16. #include <windows.h>
  17. #include <stdlib.h>
  18. #include <tchar.h>
  19. #include "uapi.h"
  20. #include "cm_def.h"
  21. #include "cmdebug.h"
  22. #define _CMUTIL_MODULE_
  23. #include "cmutil.h"
  24. #endif // _CMMASTER_H_