mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +00:00
Fix incompatible pointer types
svn path=/trunk/; revision=27957
This commit is contained in:
parent
c9a7f7f8f2
commit
15036a5b02
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ static void SidToUserName(PSID Sid, LPTSTR szBuffer, DWORD BufferSize)
|
|||
|
||||
void PerfDataRefresh(void)
|
||||
{
|
||||
ULONG ulSize;
|
||||
SIZE_T ulSize;
|
||||
NTSTATUS status;
|
||||
LPBYTE pBuffer;
|
||||
ULONG BufferSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue