mirror of
https://github.com/reactos/wine.git
synced 2025-03-04 10:47:49 +00:00
mapi32: Cast-qual warning fix.
This commit is contained in:
parent
10a0931ebe
commit
dce3302f71
@ -732,7 +732,7 @@ HRESULT WINAPI OpenStreamOnFile(LPALLOCATEBUFFER lpAlloc, LPFREEBUFFER lpFree,
|
||||
*/
|
||||
ULONG WINAPI UlFromSzHex(LPCWSTR lpszHex)
|
||||
{
|
||||
LPSTR lpStr = (LPSTR)lpszHex;
|
||||
LPCSTR lpStr = (LPCSTR)lpszHex;
|
||||
ULONG ulRet = 0;
|
||||
|
||||
TRACE("(%s)\n", debugstr_a(lpStr));
|
||||
|
Loading…
x
Reference in New Issue
Block a user