reactos/base/applications/rapps/include/winmain.h

12 lines
190 B
C
Raw Normal View History

#pragma once
#include "settings.h"
extern LPCWSTR szWindowClass;
extern HWND hMainWnd;
extern HINSTANCE hInst;
2018-02-03 22:42:46 +00:00
// integrity.cpp
BOOL VerifyInteg(LPCWSTR lpSHA1Hash, LPCWSTR lpFileName);