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
489 B

  1. // clocale standard header
  2. #pragma once
  3. #ifndef _CLOCALE_
  4. #define _CLOCALE_
  5. #include <yvals.h>
  6. #ifdef _STD_USING
  7. #undef _STD_USING
  8. #include <locale.h>
  9. #define _STD_USING
  10. #else /* _STD_USING */
  11. #include <locale.h>
  12. _STD_BEGIN
  13. using ::lconv; using ::localeconv; using ::setlocale;
  14. _STD_END
  15. #endif /* _STD_USING */
  16. #endif /* _CLOCALE_ */
  17. /*
  18. * Copyright (c) 1992-2001 by P.J. Plauger. ALL RIGHTS RESERVED.
  19. * Consult your license regarding permissions and restrictions.
  20. V3.10:0009 */