mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[RAPPS] Remove conversion helper that is now obsolete. #179
This commit is contained in:
@@ -6,15 +6,11 @@
|
||||
* COPYRIGHT: Copyright Ismael Ferreras Morezuelas ([email protected])
|
||||
* 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;
|
||||
|
||||
Reference in New Issue
Block a user