mirror of
https://github.com/RawAccelOfficial/rawaccel.git
synced 2025-05-11 18:36:46 +02:00
update rest
grapher is still broken refactored io / error handling a bit
This commit is contained in:
parent
fa3ebfb1eb
commit
14bde56daf
18 changed files with 513 additions and 503 deletions
|
@ -1,9 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#define NOMINMAX
|
||||
|
||||
#ifdef _KERNEL_MODE
|
||||
#include <ntddk.h>
|
||||
#else
|
||||
#include <winioctl.h>
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
#define RA_DEV_TYPE 0x8888u
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue