Mikhail Maroukhine : comdlg32: Fix compiler warnings with flag -Wcast-qual.

Alexandre Julliard julliard at winehq.org
Mon Mar 29 09:57:53 CDT 2010


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

Author: Mikhail Maroukhine <mikolg at yandex.ru>
Date:   Sat Mar 27 14:12:28 2010 +0600

comdlg32: Fix compiler warnings with flag -Wcast-qual.

---

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

diff --git a/dlls/comdlg32/filedlg.c b/dlls/comdlg32/filedlg.c
index 5f90fe1..64cb393 100644
--- a/dlls/comdlg32/filedlg.c
+++ b/dlls/comdlg32/filedlg.c
@@ -240,7 +240,7 @@ static BOOL GetFileName95(FileOpenDlgInfos *fodInfos)
 {
 
     LRESULT lRes;
-    LPCVOID template;
+    LPVOID template;
     HRSRC hRes;
     HANDLE hDlgTmpl = 0;
     HRESULT hr;




More information about the wine-cvs mailing list