summaryrefslogtreecommitdiff
path: root/PACE/pace/win32/locale.h
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/win32/locale.h')
-rw-r--r--PACE/pace/win32/locale.h21
1 files changed, 2 insertions, 19 deletions
diff --git a/PACE/pace/win32/locale.h b/PACE/pace/win32/locale.h
index 435d8e38868..c56a9d9fec3 100644
--- a/PACE/pace/win32/locale.h
+++ b/PACE/pace/win32/locale.h
@@ -13,8 +13,8 @@
*
* =========================================================================== */
-#ifndef PACE_LOCALE_H
-#define PACE_LOCALE_H
+#ifndef PACE_LOCALE_H_WIN32
+#define PACE_LOCALE_H_WIN32
#if defined (PACE_HAS_CPLUSPLUS)
extern "C" {
@@ -33,25 +33,8 @@ extern "C" {
typedef struct lconv pace_lconv;
#endif /* PACE_LCONV */
- /**
- Fills in pace_lconv with values consistent with the
- current locality.
- */
- PACE_INLINE pace_lconv* pace_localeconv (void);
-
- /**
- PACE's implementation of the POSIX function setlocale.
- See POSIX standard (Internation Standard ISO/IEC 9945-1:1996;
- IEEE Std 1003.1, 1996 Edition), Section 8.1.2.
- */
- PACE_INLINE char * pace_setlocale (int category, const char * locale);
-
#if defined (PACE_HAS_CPLUSPLUS)
}
#endif /* PACE_HAS_CPLUSPLUS */
-#if defined (PACE_HAS_INLINE)
-# include "pace/win32/locale.inl"
-#endif /* PACE_HAS_INLINE */
-
#endif /* PACE_LOCALE_H */