File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -324,6 +324,9 @@ VOID ShowGeoIPUpdateDialog(
324
324
);
325
325
326
326
// pages.c
327
+
328
+ extern PH_EVENT InitializedEvent ;
329
+
327
330
VOID ShowDbCheckForUpdatesDialog (
328
331
_In_ PPH_UPDATER_CONTEXT Context
329
332
);
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ HRESULT CALLBACK CheckForUpdatesDbCallbackProc(
46
46
switch (uMsg )
47
47
{
48
48
case TDN_NAVIGATED :
49
+ PhSetEvent (& InitializedEvent );
49
50
break ;
50
51
case TDN_BUTTON_CLICKED :
51
52
{
Original file line number Diff line number Diff line change @@ -621,6 +621,8 @@ NTSTATUS GeoIPUpdateDialogThread(
621
621
PhDereferenceObject (context );
622
622
PhDeleteAutoPool (& autoPool );
623
623
624
+ PhResetEvent (& InitializedEvent );
625
+
624
626
return STATUS_SUCCESS ;
625
627
626
628
//SHELLEXECUTEINFO info = { sizeof(SHELLEXECUTEINFO) };
You can’t perform that action at this time.
0 commit comments