https://bugs.documentfoundation.org/show_bug.cgi?id=99589

--- Comment #28 from Michael Stahl <mst...@redhat.com> ---
in our own C++ code, there are 2 problematic areas left:

* rsc has a couple calls to tolower/toupper, one of which is for
  a command line flag -I

  these can be replaced with toAsciiLowerCase like comment #3 says

* setup_native/source/win32/wintools/
  there are also some tolower calls in here, one of which is
  a command line flag -I

  because these are MSI DLLs, it is not possible to use sal
  library and toAsciiLowerCase here.

  instead, find some header in there and add the "easytolower"
  function to it, and replace tolower calls with that.

  also, this MSI code can only be built on Windows platform.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to