--- 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!
*/
--- 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;