commit | 0072c8811184d6254ab00312fda250cac8dde530 | [log] [tgz] |
---|---|---|
author | Dmitry Timoshkov <dmitry@sloboda.ru> | Thu Jun 08 20:05:18 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jun 08 20:05:18 2000 +0000 |
tree | b7e6861b2e442b449cbf9ec92c7be2db59d25a1f | |
parent | 960dc908b4e5ceeb6f885984bc9907f2d733a280 [diff] |
Implement NTDLL.towupper and NTDLL.towlower using already existing case conversion tables. Replace all direct calls to towupper/towlower either to NTDLL for core or to CRTDLL if latter already used in the non core dll.