[ros-diffs] [ion] 16786: - Fix warnings
ion at svn.reactos.com
ion at svn.reactos.com
Wed Jul 27 04:03:40 CEST 2005
- Fix warnings
Modified: trunk/reactos/lib/comctl32/comctl32undoc.c
_____
Modified: trunk/reactos/lib/comctl32/comctl32undoc.c
--- trunk/reactos/lib/comctl32/comctl32undoc.c 2005-07-27 02:01:02 UTC
(rev 16785)
+++ trunk/reactos/lib/comctl32/comctl32undoc.c 2005-07-27 02:03:01 UTC
(rev 16786)
@@ -592,7 +592,7 @@
err);
if ((err = RegCreateKeyExW( mp->extview.hKey,
mp->extview.lpszSubKey,
0,
- emptyW,
+ (LPWSTR)emptyW,
REG_OPTION_NON_VOLATILE,
KEY_READ | KEY_WRITE,
0,
@@ -973,7 +973,7 @@
/* open the sub key */
if ((err = RegCreateKeyExW( mp->extview.hKey,
mp->extview.lpszSubKey,
0,
- emptyW,
+ (LPWSTR)emptyW,
REG_OPTION_NON_VOLATILE,
KEY_READ | KEY_WRITE,
0,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050727/cef8846c/attachment.html
More information about the Ros-diffs
mailing list