diff options
| author | a1xd <[email protected]> | 2021-04-01 01:51:31 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-04-01 01:51:31 -0400 |
| commit | 14bde56daf188bfc027dc8ead5b45ec0aa1109d6 (patch) | |
| tree | 6c674efea62c4e945e4d8ed3e947189742486015 /common/rawaccel-io-def.h | |
| parent | refactor lut/motivity (diff) | |
| download | rawaccel-14bde56daf188bfc027dc8ead5b45ec0aa1109d6.tar.xz rawaccel-14bde56daf188bfc027dc8ead5b45ec0aa1109d6.zip | |
update rest
grapher is still broken
refactored io / error handling a bit
Diffstat (limited to 'common/rawaccel-io-def.h')
| -rw-r--r-- | common/rawaccel-io-def.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/rawaccel-io-def.h b/common/rawaccel-io-def.h index e169390..399e0f2 100644 --- a/common/rawaccel-io-def.h +++ b/common/rawaccel-io-def.h @@ -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 |