Add missing unicode_category.c to MSVC build scripts

Fixes MSVC build failure introduced by a02b37fc0
pull/146/head
David Rowley 2 years ago
parent b690e5facb
commit 39c959ef25
  1. 1
      src/tools/msvc/Mkvcbuild.pm

@ -156,6 +156,7 @@ sub mkvcbuild
push(@pgcommonallfiles, 'md5.c');
push(@pgcommonallfiles, 'sha1.c');
push(@pgcommonallfiles, 'sha2.c');
push(@pgcommonallfiles, 'unicode_category.c');
}
our @pgcommonfrontendfiles = (

Loading…
Cancel
Save