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.

26 lines
707 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: cmglobal.h
  4. //
  5. // Module: CMDIAL32.DLL and CMSETUP.LIB
  6. //
  7. // Synopsis: Definitions global to all of CM.
  8. //
  9. // Copyright (c) 1997-1998 Microsoft Corporation
  10. //
  11. // Author: nickball Created 07/10/97
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CM_GLOBAL
  15. #define _CM_GLOBAL
  16. //
  17. // Here is the Profile Version Number. This number is used in cmak, cmstp, and
  18. // in CM itself. If you change this number, you must also update it in the template.inf,
  19. // template.pmc (cmp), and the template.smc (cms).
  20. //
  21. const DWORD PROFILEVERSION = 4;
  22. #endif // _CM_GLOBAL