aboutsummaryrefslogtreecommitdiff
path: root/api.h
diff options
context:
space:
mode:
Diffstat (limited to 'api.h')
-rw-r--r--api.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/api.h b/api.h
new file mode 100644
index 0000000..5fc2d27
--- /dev/null
+++ b/api.h
@@ -0,0 +1,6 @@
1#include <stdint.h>
2#include <uchar.h>
3
4uint32_t MsiGetFileVersionW(const char16_t *filename,
5 char16_t *version, uint32_t *version_size,
6 char16_t *language, uint32_t *language_size);