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 22:42:46 +00:00
// integrity.cpp
BOOL VerifyInteg(LPCWSTR lpSHA1Hash, LPCWSTR lpFileName);