From 0aabfb09f9a33f7199e53996a0baa9b5eb8b1e50 Mon Sep 17 00:00:00 2001 From: emekoi Date: Wed, 5 Jun 2019 14:57:20 -0500 Subject: [PATCH] removed duplicate definitions --- std/os/windows/bits.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/std/os/windows/bits.zig b/std/os/windows/bits.zig index d05266c9fc..b463ef4c61 100644 --- a/std/os/windows/bits.zig +++ b/std/os/windows/bits.zig @@ -538,5 +538,3 @@ pub const FORMAT_MESSAGE_FROM_STRING = 0x00000400; pub const FORMAT_MESSAGE_FROM_SYSTEM = 0x00001000; pub const FORMAT_MESSAGE_IGNORE_INSERTS = 0x00000200; pub const FORMAT_MESSAGE_MAX_WIDTH_MASK = 0x000000FF; -pub const FORMAT_MESSAGE_FROM_HMODULE = 0x00000800; -pub const FORMAT_MESSAGE_FROM_STRING = 0x00000400;