]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/libc/windows/windows.factor
libc: Add setlocale and LC_* constants
[factor.git] / basis / libc / windows / windows.factor
index 79dc9653fb3bee452abe78a5808968927fd9afea..386fe44d55be762a289c338efc12b6cd875b9feb 100644 (file)
@@ -114,3 +114,11 @@ M: windows strerror
         [ strerror_s drop ] keepdd
         utf8 alien>string
     ] with-destructors ;
+
+! These are uncertain:
+CONSTANT: LC_ALL 0
+CONSTANT: LC_COLLATE 1
+CONSTANT: LC_CTYPE 2
+CONSTANT: LC_MONETARY 3
+CONSTANT: LC_NUMERIC 4
+CONSTANT: LC_TIME 5