mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
implemented NdisSystemProcessorCount
svn path=/trunk/; revision=32740
This commit is contained in:
parent
b1f27a9bd0
commit
c9adea9855
1 changed files with 2 additions and 2 deletions
|
@ -384,14 +384,14 @@ NdisSetProtocolFilter(
|
|||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
CCHAR
|
||||
EXPORT
|
||||
NdisSystemProcessorCount(
|
||||
VOID)
|
||||
{
|
||||
return (CCHAR)1;
|
||||
return (CCHAR)KeNumberProcessors;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue