Skip to content

Commit

Permalink
Merge pull request liblouis#276 from vsmontalvao/windows_build_fix_un…
Browse files Browse the repository at this point in the history
…declared_identifiers

Fix for partialTrans and noUndefinedDots undeclared identifiers on wi…
  • Loading branch information
egli authored Feb 28, 2017
2 parents f86117e + c38d3e7 commit 475c821
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion windows/include/liblouis.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ typedef enum {
pass1Only = 16,
compbrlLeftCursor = 32,
otherTrans = 64,
ucBrl = 128
ucBrl = 128,
noUndefinedDots = 256,
partialTrans = 512
} translationModes;

char *EXPORT_CALL lou_version();
Expand Down

0 comments on commit 475c821

Please sign in to comment.