mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
* [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
13 lines
230 B
C
13 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);
|