diff options
| author | emekoi <emekankurumeh@outlook.com> | 2018-11-26 21:07:01 -0600 |
|---|---|---|
| committer | emekoi <emekankurumeh@outlook.com> | 2019-01-11 09:56:35 -0600 |
| commit | bb31695fbfbf7c808dc3fd8c3cfc0b654ed15e5e (patch) | |
| tree | e37c6c34280ef1e7e540fcdc51e11b373cc4ff55 /std/os/windows/index.zig | |
| parent | 207fa3849ca61a6b22084d2d173b36f23ec841bd (diff) | |
| download | zig-bb31695fbfbf7c808dc3fd8c3cfc0b654ed15e5e.tar.gz zig-bb31695fbfbf7c808dc3fd8c3cfc0b654ed15e5e.zip | |
fixed mutex on windows
Diffstat (limited to 'std/os/windows/index.zig')
| -rw-r--r-- | std/os/windows/index.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/os/windows/index.zig b/std/os/windows/index.zig index 3d6ee67113..3f19905835 100644 --- a/std/os/windows/index.zig +++ b/std/os/windows/index.zig @@ -49,6 +49,7 @@ pub const UNICODE = false; pub const WCHAR = u16; pub const WORD = u16; pub const LARGE_INTEGER = i64; +pub const LONG = c_long; pub const TRUE = 1; pub const FALSE = 0; |
