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.

34 lines
512 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. global.hxx
  6. Abstract:
  7. Contains all global definitions. This will be included in precomp.hxx,
  8. so it should be kept to a bare minimum of things that change
  9. infrequently.
  10. Author:
  11. Albert Ting (AlbertT) 16-Oct-96
  12. Revision History:
  13. --*/
  14. #ifndef _GLOBAL_HXX
  15. #define _GLOBAL_HXX
  16. #include "debug.hxx"
  17. #ifndef COUNTOF
  18. #define COUNTOF( a ) (sizeof( a ) / sizeof( a[0] ))
  19. #endif
  20. #endif // ifndef _GLOBAL_HXX