From e1965529bd5ba5ce143e9d2ea202778595feba28 Mon Sep 17 00:00:00 2001 From: "roc+%cs.cmu.edu" Date: Tue, 6 May 2008 07:33:08 +0000 Subject: [PATCH] Fixing bustage git-svn-id: svn://10.0.0.236/trunk@251247 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/windows/nsWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/widget/src/windows/nsWindow.cpp b/mozilla/widget/src/windows/nsWindow.cpp index b9147e7d657..48144611efb 100644 --- a/mozilla/widget/src/windows/nsWindow.cpp +++ b/mozilla/widget/src/windows/nsWindow.cpp @@ -173,6 +173,7 @@ static const char kMozHeapDumpMessageString[] = "MOZ_HeapDump"; #endif #ifndef MAPVK_VSC_TO_VK +#define MAPVK_VK_TO_VSC 0 #define MAPVK_VSC_TO_VK 1 #define MAPVK_VK_TO_CHAR 2 #endif