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.

15 lines
320 B

  1. // climits standard header
  2. #pragma once
  3. #ifndef _CLIMITS_
  4. #define _CLIMITS_
  5. #include <yvals.h>
  6. #pragma warning(disable: 4514)
  7. #include <limits.h>
  8. #endif /* _CLIMITS_ */
  9. /*
  10. * Copyright (c) 1992-2001 by P.J. Plauger. ALL RIGHTS RESERVED.
  11. * Consult your license regarding permissions and restrictions.
  12. V3.10:0009 */