[3/9] mshtml: Use "-1" as a "don't care value", fix dialog id duplicates.

Dmitry Timoshkov dmitry at codeweavers.com
Mon Jan 12 04:39:51 CST 2009


---
 dlls/mshtml/resource.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/resource.h b/dlls/mshtml/resource.h
index f8415f3..bae7e7f 100644
--- a/dlls/mshtml/resource.h
+++ b/dlls/mshtml/resource.h
@@ -52,6 +52,6 @@
 
 #define IDD_HYPERLINK           8000
 
-#define IDC_STATIC              9000
+#define IDC_STATIC             -1
 #define IDC_URL                 9001
 #define IDC_TYPE                9002
-- 
1.6.1




More information about the wine-patches mailing list