mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
e1974d21dc
* [RAPPS] move settings-related stuff to a separate file * [RAPPS] refactor reg read/write * [RAPPS] add params for Load/SaveSettings, no longer use global vars
12 lines
230 B
C
12 lines
230 B
C
#pragma once
|
|
#include <windef.h>
|
|
#include <wininet.h>
|
|
#include "settings.h"
|
|
|
|
extern LPCWSTR szWindowClass;
|
|
|
|
extern HWND hMainWnd;
|
|
extern HINSTANCE hInst;
|
|
|
|
// integrity.cpp
|
|
BOOL VerifyInteg(LPCWSTR lpSHA1Hash, LPCWSTR lpFileName);
|