Andrew Talbot : setupapi: Constify some variables.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 29 07:48:13 CDT 2007


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Wed Aug 29 07:19:48 2007 +0100

setupapi: Constify some variables.

---

 dlls/setupapi/virtcopy.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/setupapi/virtcopy.c b/dlls/setupapi/virtcopy.c
index cceca3c..782bb97 100644
--- a/dlls/setupapi/virtcopy.c
+++ b/dlls/setupapi/virtcopy.c
@@ -219,7 +219,8 @@ static LPVIRTNODE *pvnlist = NULL;
 static DWORD vn_num = 0;
 static DWORD vn_last = 0;
 
-static RETERR16 VCP_VirtnodeCreate(LPVCPFILESPEC vfsSrc, LPVCPFILESPEC vfsDst, WORD fl, LPARAM lParam, LPEXPANDVTBL lpExpandVtbl)
+static RETERR16 VCP_VirtnodeCreate(const VCPFILESPEC *vfsSrc, const VCPFILESPEC *vfsDst,
+                                   WORD fl, LPARAM lParam, LPEXPANDVTBL lpExpandVtbl)
 {
     HANDLE heap;
     LPVIRTNODE lpvn;




More information about the wine-cvs mailing list