1
0
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:
jsteube 2016-09-07 22:04:04 +02:00
parent a56855e355
commit 9f416109d9
2 changed files with 1 additions and 2 deletions

View File

@ -17,6 +17,7 @@
#ifdef _WIN
#include <windows.h>
#include <psapi.h>
#endif // _WIN
#define RESTORE 0

View File

@ -28,8 +28,6 @@
#ifdef _WIN
#include <windows.h>
#include <psapi.h>
#include <io.h>
#endif // _WIN
/**