aboutsummaryrefslogtreecommitdiff
path: root/std/os/windows/bits.zig
diff options
context:
space:
mode:
authoremekoi <emekankurumeh@outlook.com>2019-06-05 17:18:56 -0500
committeremekoi <emekankurumeh@outlook.com>2019-06-05 17:34:58 -0500
commit26613bfa011ec63b1f3a141e0201223853cc04e6 (patch)
tree9d82d4737eab3afcf8aabb631db6ebacd60bdb6f /std/os/windows/bits.zig
parent0288034c2f2d158970cd481e1810a2301ab0b50a (diff)
downloadzig-26613bfa011ec63b1f3a141e0201223853cc04e6.tar.gz
zig-26613bfa011ec63b1f3a141e0201223853cc04e6.zip
switched to fixed-length buffer for error messages
Diffstat (limited to 'std/os/windows/bits.zig')
-rw-r--r--std/os/windows/bits.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/os/windows/bits.zig b/std/os/windows/bits.zig
index b463ef4c61..c99f3ae463 100644
--- a/std/os/windows/bits.zig
+++ b/std/os/windows/bits.zig
@@ -7,6 +7,7 @@ const maxInt = std.math.maxInt;
pub const ERROR = @import("error.zig");
pub const LANG = @import("lang.zig");
+pub const SUBLANG = @import("sublang.zig");
/// The standard input device. Initially, this is the console input buffer, CONIN$.
pub const STD_INPUT_HANDLE = maxInt(DWORD) - 10 + 1;