ole32: Constify a variable (and fix a typo concerning its level of indirection).
This commit is contained in:
parent
db892decda
commit
eb7a89ccc6
|
@ -116,7 +116,7 @@ static int AddMemoryLocation(LPVOID * pMem)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int RemoveMemoryLocation(LPVOID * pMem)
|
static int RemoveMemoryLocation(LPCVOID pMem)
|
||||||
{
|
{
|
||||||
LPVOID * Current;
|
LPVOID * Current;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue