No description
Find a file
Simon Tatham dc057115b5 Write terminating strings when MsiGetFileVersion() fails.
I had expected that if you were returning a failure code you didn't
have to - perhaps even _shouldn't_ - write through the output pointer
arguments. But in fact, now that my implementation of
MsiGetFileVersion _knows_ how to fail (i.e. doesn't just return a
hardcoded value for every call), the MSI build doesn't work unless I
also clear the output strings in the case of failure.
2017-05-16 19:19:51 +01:00
fake-lib.c Implement MsiGetFileHash. 2017-05-16 19:06:45 +01:00
fake-lib.h Implement MsiGetFileHash. 2017-05-16 19:06:45 +01:00
fake-msi.c Write terminating strings when MsiGetFileVersion() fails. 2017-05-16 19:19:51 +01:00
fake-winterop.c My own CAB-maker, which compresses. 2017-05-16 19:06:05 +01:00
makecab.py My own CAB-maker, which compresses. 2017-05-16 19:06:05 +01:00
Makefile.wixfakelibs Use an LD_PRELOAD library in place of symlink to /home. 2017-05-16 07:03:19 +01:00
preload.c Use an LD_PRELOAD library in place of symlink to /home. 2017-05-16 07:03:19 +01:00