1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-08-03 06:25:49 +00:00
reactos/base/applications/rapps/include/winmain.h

13 lines
230 B
C
Raw Normal View History

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