From df4faf8f334c5b1c71bfcec25fb64caf933b294b Mon Sep 17 00:00:00 2001 From: hondres Date: Thu, 4 Feb 2016 17:16:22 +0100 Subject: support horizontal mouse wheel, use in text editor --- platform/windows/os_windows.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/windows/os_windows.h') diff --git a/platform/windows/os_windows.h b/platform/windows/os_windows.h index e433d5cc11..ab4acf312c 100644 --- a/platform/windows/os_windows.h +++ b/platform/windows/os_windows.h @@ -29,7 +29,7 @@ #ifndef OS_WINDOWS_H #define OS_WINDOWS_H -#define WINVER 0x0500 +#define WINVER 0x0600 #include "os/input.h" #include "os/os.h" -- cgit v1.2.3