Skip to content

Commit e01c32f

Browse files
committed
[RTL] Implement locale functions/tables
The locale table is currently hardcoded in rtl. On Vista+ (and Wine) this table is part of locale.nls, but we don't have that yet.
1 parent 762a9f0 commit e01c32f

File tree

2 files changed

+955
-0
lines changed

2 files changed

+955
-0
lines changed

sdk/lib/rtl/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ list(APPEND SOURCE
5757
image.c
5858
interlck.c
5959
largeint.c
60+
locale.c
6061
luid.c
6162
memstream.c
6263
message.c

0 commit comments

Comments
 (0)