mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Fix psapi include for windows
This commit is contained in:
parent
a56855e355
commit
9f416109d9
@ -17,6 +17,7 @@
|
||||
|
||||
#ifdef _WIN
|
||||
#include <windows.h>
|
||||
#include <psapi.h>
|
||||
#endif // _WIN
|
||||
|
||||
#define RESTORE 0
|
||||
|
@ -28,8 +28,6 @@
|
||||
|
||||
#ifdef _WIN
|
||||
#include <windows.h>
|
||||
#include <psapi.h>
|
||||
#include <io.h>
|
||||
#endif // _WIN
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user