From a8c056f83b00fcceb6557ce1106db1294046d0f3 Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Tue, 12 Aug 2014 16:55:56 +0200 Subject: Fixed compilation broken by #837efc54 --- src/win32/ffi.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win32/ffi.rs b/src/win32/ffi.rs index 3afa18a..3ff0982 100644 --- a/src/win32/ffi.rs +++ b/src/win32/ffi.rs @@ -402,6 +402,7 @@ pub static WM_LBUTTONUP: UINT = 0x0202; pub static WM_CHAR: UINT = 0x0102; pub static WM_COMMAND: UINT = 0x0111; pub static WM_DESTROY: UINT = 0x0002; +pub static WM_ERASEBKGND: UINT = 0x0014; pub static WM_KEYDOWN: UINT = 0x0100; pub static WM_KEYUP: UINT = 0x0101; pub static WM_KILLFOCUS: UINT = 0x0008; -- cgit v1.2.3