| Index: Source/platform/WindowsKeyboardCodes.h
|
| diff --git a/Source/core/platform/WindowsKeyboardCodes.h b/Source/platform/WindowsKeyboardCodes.h
|
| similarity index 98%
|
| rename from Source/core/platform/WindowsKeyboardCodes.h
|
| rename to Source/platform/WindowsKeyboardCodes.h
|
| index 237b91670f91832bf727aa68d52b8fd2da9243d8..d87cc55806282ad25c1874201a8724b68627f91e 100644
|
| --- a/Source/core/platform/WindowsKeyboardCodes.h
|
| +++ b/Source/platform/WindowsKeyboardCodes.h
|
| @@ -23,9 +23,8 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef VK_UNKNOWN
|
| -
|
| -#define VK_UNKNOWN 0
|
| +#ifndef WindowsKeyboardCodes_h
|
| +#define WindowsKeyboardCodes_h
|
|
|
| // Left mouse button
|
| // Right mouse button
|
| @@ -317,4 +316,4 @@
|
|
|
| #define VK_OEM_CLEAR 0xFE // Clear key
|
|
|
| -#endif // VK_UNKNOWN
|
| +#endif // WindowsKeyboardCodes_h
|
|
|