zig/std/os/windows
Andrew Kelley 67b4de33d2
compile error for import outside package path
closes #2024

there's a new cli option `--main-pkg-path` which you can use to choose
a different root package directory besides the one inferred from the
root source file

and a corresponding build.zig API:
foo.setMainPkgPath(path)
2019-03-02 10:38:27 -05:00
..
advapi32.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
error.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
index.zig implement Thread Local Storage on Windows 2019-02-06 18:32:41 -05:00
kernel32.zig implement Thread Local Storage on Windows 2019-02-06 18:32:41 -05:00
ntdll.zig use RtlCaptureStackBackTrace on windows 2018-08-29 16:35:51 -04:00
ole32.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
shell32.zig removed unneeded dll extension 2018-10-04 11:43:53 -04:00
util.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00