Dmitry Timoshkov : atl: Make some data const.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Dec 14 14:23:48 CST 2006


Module: wine
Branch: master
Commit: 0be2a967dce9fa0f99d504aadede25cc72fe7cd7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0be2a967dce9fa0f99d504aadede25cc72fe7cd7

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Thu Dec 14 22:46:31 2006 +0800

atl: Make some data const.

---

 dlls/atl/registrar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/atl/registrar.c b/dlls/atl/registrar.c
index 2869e49..612ebda 100644
--- a/dlls/atl/registrar.c
+++ b/dlls/atl/registrar.c
@@ -44,7 +44,7 @@ static LONG dll_count;
  * ATLRegistrar implementation
  */
 
-static struct {
+static const struct {
     WCHAR name[22];
     HKEY  key;
 } root_keys[] = {




More information about the wine-cvs mailing list