mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-27 13:14:26 -04:00
parent
cd911ad738
commit
7b3b96cd9e
8 changed files with 73 additions and 39 deletions
|
@ -2054,8 +2054,6 @@ void SaveVHD(void)
|
|||
/*
|
||||
* Main dialog callback
|
||||
*/
|
||||
extern BOOL CheckSignatureAttributes(const char* path);
|
||||
extern LONG ValidateSignature(HWND hDlg, const char* path);
|
||||
static INT_PTR CALLBACK MainCallback(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
static DWORD DeviceNum = 0, LastRefresh = 0;
|
||||
|
@ -2274,9 +2272,6 @@ static INT_PTR CALLBACK MainCallback(HWND hDlg, UINT message, WPARAM wParam, LPA
|
|||
break;
|
||||
#ifdef RUFUS_TEST
|
||||
case IDC_TEST:
|
||||
uprintf("CHK: %d", CheckSignatureAttributes("C:\\Downloads\\rufus-2.4.exe"));
|
||||
SetLastError(ValidateSignature(hDlg, "C:\\Downloads\\rufus-2.4.exe"));
|
||||
uprintf("VAL: %s", WindowsErrorString());
|
||||
break;
|
||||
#endif
|
||||
case IDC_ADVANCED:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue