fix windows build
parent
6210984c97
commit
6af54d0207
|
@ -3,7 +3,7 @@ module compiler
|
||||||
import os
|
import os
|
||||||
|
|
||||||
#flag windows -l shell32
|
#flag windows -l shell32
|
||||||
#flag windows -l dbghelp // RegOpenKeyExW etc
|
#flag windows -l dbghelp
|
||||||
#flag windows -l advapi32
|
#flag windows -l advapi32
|
||||||
struct MsvcResult {
|
struct MsvcResult {
|
||||||
full_cl_exe_path string
|
full_cl_exe_path string
|
||||||
|
@ -16,6 +16,7 @@ struct MsvcResult {
|
||||||
vs_include_path string
|
vs_include_path string
|
||||||
shared_include_path string
|
shared_include_path string
|
||||||
}
|
}
|
||||||
|
// shell32 for RegOpenKeyExW etc
|
||||||
|
|
||||||
// Mimics a HKEY
|
// Mimics a HKEY
|
||||||
type RegKey voidptr
|
type RegKey voidptr
|
||||||
|
|
Loading…
Reference in New Issue