mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix incompatible pointer types
svn path=/trunk/; revision=27957
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user