wix-on-linux/fake-lib.h
Simon Tatham 69d886c575 Redo the bounds checks in MsiGetFileVersion.
Now any failing bounds check causes the whole function to fail, rather
than returning a made-up value.
2017-05-18 06:57:29 +01:00

8 lines
268 B
C

#include <uchar.h>
#include <stdlib.h>
char *ascii(const char16_t *wstr, bool translate_slashes);
void system_argv(const char *cmd, ...);
void system_argv_array(char **args);
void c16cpy(char16_t *out, uint32_t *outsize, char *s);
char *dupcat(const char *str, ...);