Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonarddeR committed Dec 3, 2024
1 parent 53e9d28 commit 99e6d69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions nvdaHelper/liblouis/strings.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* liblouis/liblouis#1685: liblouis started using strncasecmp, which is not available on Windows.
* Neither can Gnulib be used with NVDA's buildssystem.
* Therefore, use _strnicmp as a drop-in replacement.
*/

#define strncasecmp _strnicmp

0 comments on commit 99e6d69

Please sign in to comment.