mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[RAPPS] Remove conversion helper that is now obsolete. #179
This commit is contained in:
parent
9ce192a807
commit
c5e033e643
1 changed files with 1 additions and 5 deletions
|
@ -6,15 +6,11 @@
|
|||
* COPYRIGHT: Copyright Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com)
|
||||
* Copyright Mark Jansen
|
||||
*/
|
||||
|
||||
#include "rapps.h"
|
||||
|
||||
#include <sha1.h>
|
||||
|
||||
BOOL VerifyInteg(const ATL::CStringW &SHA1Hash, const ATL::CStringW &FileName)
|
||||
{
|
||||
return VerifyInteg(SHA1Hash.GetString(), FileName.GetString());
|
||||
}
|
||||
|
||||
BOOL VerifyInteg(LPCWSTR lpSHA1Hash, LPCWSTR lpFileName)
|
||||
{
|
||||
BOOL ret = FALSE;
|
||||
|
|
Loading…
Reference in a new issue