fix windows build

pull/3153/head
Alexander Medvednikov 2019-12-20 02:19:21 +03:00
parent 6210984c97
commit 6af54d0207
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ module compiler
import os
#flag windows -l shell32
#flag windows -l dbghelp // RegOpenKeyExW etc
#flag windows -l dbghelp
#flag windows -l advapi32
struct MsvcResult {
full_cl_exe_path string
@ -16,6 +16,7 @@ struct MsvcResult {
vs_include_path string
shared_include_path string
}
// shell32 for RegOpenKeyExW etc
// Mimics a HKEY
type RegKey voidptr