1 #pragma once 2 #include <windef.h> 3 #include <wininet.h> 4 #include "settings.h" 5 6 extern LPCWSTR szWindowClass; 7 8 extern HWND hMainWnd; 9 extern HINSTANCE hInst; 10 11 // integrity.cpp 12 BOOL VerifyInteg(LPCWSTR lpSHA1Hash, LPCWSTR lpFileName); 13