mirror of
https://github.com/reactos/reactos.git
synced 2026-05-26 19:02:18 +08:00
12 lines
190 B
C
12 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);
|