blob: 852cc77676a31dc323ea81e3ce1fe721ce41b488 [file] [log] [blame]
Support native Windows case-insensitive path comparisons by using
``LCMapStringEx`` instead of :func:`str.lower` in :func:`ntpath.normcase`.
Add ``LCMapStringEx`` to the :mod:`_winapi` module.