diff options
Diffstat (limited to 'api.h')
-rw-r--r-- | api.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ | |||
1 | #include <stdint.h> | ||
2 | #include <uchar.h> | ||
3 | |||
4 | uint32_t MsiGetFileVersionW(const char16_t *filename, | ||
5 | char16_t *version, uint32_t *version_size, | ||
6 | char16_t *language, uint32_t *language_size); | ||