aboutsummaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2017-05-18 07:14:27 +0100
committerSimon Tatham <anakin@pobox.com>2017-05-18 07:16:21 +0100
commit39faf94ea2fa54f6791641142ad03e7e4f884a69 (patch)
tree371ff51b465294d4529437be4cdaab7944ed5a20 /version.c
parent3b3a5fd6bf7a3542ab8e8701c93c3d0f505c722f (diff)
downloadwix-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.c b/version.c
index c8d4991..2ba7372 100644
--- a/version.c
+++ b/version.c
@@ -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
15uint32_t MsiGetFileVersionW(const char16_t *filename, 15uint32_t MsiGetFileVersionW(const char16_t *filename,
16 char16_t *version, uint32_t *version_size, 16 char16_t *version, uint32_t *version_size,