diff options
-rw-r--r-- | src/win32/ffi.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |