diff options
author | Simon Tatham <anakin@pobox.com> | 2017-05-18 07:14:27 +0100 |
---|---|---|
committer | Simon Tatham <anakin@pobox.com> | 2017-05-18 07:16:21 +0100 |
commit | 39faf94ea2fa54f6791641142ad03e7e4f884a69 (patch) | |
tree | 371ff51b465294d4529437be4cdaab7944ed5a20 /version.c | |
parent | 3b3a5fd6bf7a3542ab8e8701c93c3d0f505c722f (diff) | |
download | wix-on-linux-39faf94ea2fa54f6791641142ad03e7e4f884a69.tar.gz wix-on-linux-39faf94ea2fa54f6791641142ad03e7e4f884a69.tar.bz2 wix-on-linux-39faf94ea2fa54f6791641142ad03e7e4f884a69.zip |
Move the char16 functions into their own file.
This completes the removal of the monolithic fake-lib.[ch].
Diffstat (limited to 'version.c')
-rw-r--r-- | version.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ | |||
10 | #include <err.h> | 10 | #include <err.h> |
11 | 11 | ||
12 | #include "memory.h" | 12 | #include "memory.h" |
13 | #include "fake-lib.h" | 13 | #include "uchars.h" |
14 | 14 | ||
15 | uint32_t MsiGetFileVersionW(const char16_t *filename, | 15 | uint32_t MsiGetFileVersionW(const char16_t *filename, |
16 | char16_t *version, uint32_t *version_size, | 16 | char16_t *version, uint32_t *version_size, |