--- 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,