mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
Add files via upload
This commit is contained in:
@@ -2,14 +2,6 @@
|
||||
|
||||
#include "Data.h"
|
||||
|
||||
DWORD GetCPUCount()
|
||||
{
|
||||
SYSTEM_INFO info;
|
||||
GetSystemInfo(&info);
|
||||
|
||||
return info.dwNumberOfProcessors;
|
||||
}
|
||||
|
||||
USHORT IPv4Checksum(PBYTE buffer, ULONG64 size)
|
||||
{
|
||||
UINT32 sum = 0;
|
||||
|
||||
Reference in New Issue
Block a user