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.

23 lines
537 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: cmcfg.h
  4. //
  5. // Module: CMCFG32.DLL
  6. //
  7. // Synopsis: This source header file contains definitions for the CmConfig and CmConfigEx APIs
  8. //
  9. // Copyright (c) 1998 Microsoft Corporation
  10. //
  11. // Author: henryt Created 08/27/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CMCFG_H_
  15. #define _CMCFG_H_
  16. //
  17. // Define string resources
  18. //
  19. #define IDS_NO_I386_ON_IA64 1000
  20. #endif // _CMCFG_H_