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.

16 lines
299 B

  1. /**
  2. ** File : global.h
  3. ** Description: Augmented Mesh definition
  4. ** mesh augmented with adjacency data.
  5. **/
  6. #ifndef _global_h_
  7. #define _global_h_
  8. #include <limits.h>
  9. /*
  10. * Defines
  11. */
  12. #define UNDEF USHRT_MAX
  13. #endif //_global_h_