
At the moment it only tests MsiGetFileVersion, because that's the piece I just found a problem in, but I could easily extend it to have convenient command-line test rigs for other parts of this setup too.
6 lines
182 B
C
6 lines
182 B
C
#include <uchar.h>
|
|
#include <stdint.h>
|
|
#include <stdbool.h>
|
|
|
|
char *ascii(const char16_t *wstr, bool translate_slashes);
|
|
void c16cpy(char16_t *out, uint32_t *outsize, const char *s);
|