Andrew Talbot : wrc: Declare some variables static const.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 2 06:46:03 CST 2007


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

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Mon Jan  1 13:22:46 2007 +0000

wrc: Declare some variables static const.

---

 tools/wrc/readres.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/wrc/readres.c b/tools/wrc/readres.c
index 84dd08a..0f948cb 100644
--- a/tools/wrc/readres.c
+++ b/tools/wrc/readres.c
@@ -32,7 +32,7 @@
 #include "utils.h"
 #include "genres.h"
 
-struct resheader32 {
+static const struct resheader32 {
 	DWORD	ressize;	/* 0 */
 	DWORD	hdrsize;	/* 0x20 */
 	WORD	restype1;	/* 0xffff */




More information about the wine-cvs mailing list