diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2018-01-03 15:11:33 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2018-01-04 13:15:42 +0100 |
commit | 2d5b4683e912d6e6e1f1e2ca5aa0297beb3e6807 (patch) | |
tree | de2343f1280afd1ae32a1b8d7805a42f0fc5f8e7 /platform | |
parent | a292539cc9e5e91843d48e691038d9c1b529422c (diff) | |
download | mupdf-2d5b4683e912d6e6e1f1e2ca5aa0297beb3e6807.tar.xz |
Add portable pseudo-random number generator based on the lrand48 family.
Diffstat (limited to 'platform')
-rw-r--r-- | platform/win32/libmupdf.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj index 024591db..573b0561 100644 --- a/platform/win32/libmupdf.vcproj +++ b/platform/win32/libmupdf.vcproj @@ -1861,6 +1861,10 @@ > </File> <File + RelativePath="..\..\source\fitz\random.c" + > + </File> + <File RelativePath="..\..\source\fitz\separation.c" > </File> |