1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vfmt: enum fix

This commit is contained in:
Alexander Medvednikov
2019-12-20 02:35:07 +03:00
parent 6af54d0207
commit 00b8a5d3e4
4 changed files with 17 additions and 16 deletions

View File

@ -16,8 +16,8 @@ struct MsvcResult {
vs_include_path string
shared_include_path string
}
// shell32 for RegOpenKeyExW etc
// shell32 for RegOpenKeyExW etc
// Mimics a HKEY
type RegKey voidptr
// Taken from the windows SDK