Commit 8559ad2
authored
Call SymSetParentWindow to ensure modal UI (#131)
In some cases, dbghelp / symsrv may pop up UI dialogs, such as to
authenticate to a symbol server. We want those dialogs to be modal so
that they are clearly visible to the user. Calling SymSetParentWindow
ensures the modal nature of such possible UI elements.1 parent a6186d8 commit 8559ad2
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
0 commit comments