mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-05-02 15:29:13 -05:00
8 lines
185 B
C++
8 lines
185 B
C++
#include "pch.h"
|
|
#include "framework.h"
|
|
#include <winternl.h>
|
|
#include <synchapi.h>
|
|
|
|
__int64 TpSetPoolAffinityMask_X(PTP_POOL ptpp, DWORD_PTR dwThreadPoolAffinityMask) {
|
|
return 0;
|
|
} |