Driver: Fix PVS-Studio warning.

V677 Custom declaration of a standard 'PVOID' type. The system header file should be used: #include <WinNT.h>. um_wdm.h 19
This commit is contained in:
Nodir Temirkhodjaev 2021-06-18 22:05:57 +03:00
parent b996ad0dab
commit 5a8f2cb640

View File

@ -16,8 +16,6 @@
extern "C" {
#endif
typedef void *PVOID;
typedef LARGE_INTEGER PHYSICAL_ADDRESS, *PPHYSICAL_ADDRESS;
typedef LONG *PCALLBACK_OBJECT;