Add Regional Options (Intl) control panel application.
authorEric Kohl <eric.kohl@reactos.org>
Sat, 30 Oct 2004 12:33:51 +0000 (12:33 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 30 Oct 2004 12:33:51 +0000 (12:33 +0000)
commitb2a213a80cd810373029c019914ce3a6d3cc9d46
tree41477e1d0ace3d8bcd192ab91e914c504798ccc3
parentab2c6fba8bf5058bafb394c0b87a7fc48fa27cd5
Add Regional Options (Intl) control panel application.

svn path=/trunk/; revision=11473
14 files changed:
reactos/lib/cpl/intl/.cvsignore [new file with mode: 0644]
reactos/lib/cpl/intl/currency.c [new file with mode: 0644]
reactos/lib/cpl/intl/date.c [new file with mode: 0644]
reactos/lib/cpl/intl/general.c [new file with mode: 0644]
reactos/lib/cpl/intl/intl.c [new file with mode: 0644]
reactos/lib/cpl/intl/intl.def [new file with mode: 0644]
reactos/lib/cpl/intl/intl.h [new file with mode: 0644]
reactos/lib/cpl/intl/intl.rc [new file with mode: 0644]
reactos/lib/cpl/intl/locale.c [new file with mode: 0644]
reactos/lib/cpl/intl/makefile [new file with mode: 0644]
reactos/lib/cpl/intl/numbers.c [new file with mode: 0644]
reactos/lib/cpl/intl/resource.h [new file with mode: 0644]
reactos/lib/cpl/intl/resources/applet.ico [new file with mode: 0644]
reactos/lib/cpl/intl/time.c [new file with mode: 0644]