]> pd.if.org Git - pdclib/blobdiff - platform/win32/internals/_PDCLIB_config.h
PDCLIB-1 PDCLIB-2 PDCLIB-9 PDCLIB-12: Add thread specific locale support; migrate...
[pdclib] / platform / win32 / internals / _PDCLIB_config.h
index 5e91db53d04cd8f1df57500a186ef591d6773cfa..4e4050153f399e7dc7e5bd623ce26d0d06613bb9 100644 (file)
@@ -333,6 +333,11 @@ struct _PDCLIB_imaxdiv_t
 
 /* TODO: Better document these */
 
+/* Locale --------------------------------------------------------------------*/
+
+/* Locale method. See _PDCLIB_locale.h */
+#define _PDCLIB_LOCALE_METHOD _PDCLIB_LOCALE_METHOD_TSS
+
 /* I/O ---------------------------------------------------------------------- */
 
 /* The default size for file buffers. Must be at least 256. */