mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
- Fix build ;)
svn path=/trunk/; revision=38422
This commit is contained in:
parent
3c0e179f92
commit
21421f90d2
1 changed files with 0 additions and 18 deletions
|
@ -478,24 +478,6 @@ GetNumaProcessorNode(
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* @unimplemented
|
|
||||||
*/
|
|
||||||
UINT
|
|
||||||
WINAPI
|
|
||||||
GetWriteWatch(
|
|
||||||
DWORD dwFlags,
|
|
||||||
PVOID lpBaseAddress,
|
|
||||||
SIZE_T dwRegionSize,
|
|
||||||
PVOID *lpAddresses,
|
|
||||||
PULONG_PTR lpdwCount,
|
|
||||||
PULONG lpdwGranularity
|
|
||||||
)
|
|
||||||
{
|
|
||||||
STUB;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue