mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
11 lines
190 B
C
11 lines
190 B
C
#pragma once
|
|
|
|
#include "settings.h"
|
|
|
|
extern LPCWSTR szWindowClass;
|
|
|
|
extern HWND hMainWnd;
|
|
extern HINSTANCE hInst;
|
|
|
|
// integrity.cpp
|
|
BOOL VerifyInteg(LPCWSTR lpSHA1Hash, LPCWSTR lpFileName);
|