Sync to Wine-20050725: Francois Gouget fgouget@free.fr - Assorted spelling fixes. Mike McCormack mike@codeweavers.com - gcc 4.0 -Wpointer-sign fixes (Reg* functions). Modified: trunk/reactos/lib/shlwapi/ordinal.c Modified: trunk/reactos/lib/shlwapi/reg.c _____
Modified: trunk/reactos/lib/shlwapi/ordinal.c --- trunk/reactos/lib/shlwapi/ordinal.c 2005-08-12 18:06:58 UTC (rev 17339) +++ trunk/reactos/lib/shlwapi/ordinal.c 2005-08-12 18:09:06 UTC (rev 17340) @@ -139,7 +139,7 @@
The reason for these functions to be there is to provide a wrapper for unicode functions to provide these functions on systems without unicode functions eg. win95/win98. Since we have such functions we just - call these. If running Wine with native DLL's, some late bound calls may + call these. If running Wine with native DLLs, some late bound calls may fail. However, it is better to implement the functions in the forward DLL and recommend the builtin rather than reimplementing the calls here! */ _____
Modified: trunk/reactos/lib/shlwapi/reg.c --- trunk/reactos/lib/shlwapi/reg.c 2005-08-12 18:06:58 UTC (rev 17339) +++ trunk/reactos/lib/shlwapi/reg.c 2005-08-12 18:09:06 UTC (rev 17340) @@ -935,7 +935,7 @@
LONG WINAPI SHRegWriteUSValueW(HUSKEY hUSKey, LPCWSTR pszValue, DWORD dwType, LPVOID pvData, DWORD cbData, DWORD dwFlags) { - LONG dummy; + DWORD dummy; LPSHUSKEY hKey = (LPSHUSKEY)hUSKey; LONG ret = ERROR_SUCCESS;