mirror of
https://github.com/RPCS3/hidapi.git
synced 2025-02-21 11:11:23 +00:00
Add NTSTATUS typedef if needed
This commit is contained in:
parent
c491f95935
commit
2089519798
@ -22,6 +22,10 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#ifndef _NTDEF_
|
||||
typedef LONG NTSTATUS;
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#include <ntdef.h>
|
||||
#include <winbase.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user