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:
@ -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
|
||||
|
Reference in New Issue
Block a user