1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

UnRAR: Fixed MinGW compile problem

This commit is contained in:
philsmd 2020-09-08 10:35:53 +02:00
parent 616cb9859f
commit 007913dfa7
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

2
deps/unrar/os.hpp vendored
View File

@ -53,7 +53,7 @@
#include <prsht.h>
#include <shlwapi.h>
#pragma comment(lib, "Shlwapi.lib")
#include <PowrProf.h>
#include <powrprof.h>
#pragma comment(lib, "PowrProf.lib")
#include <shellapi.h>
#include <shlobj.h>