File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Source/ExcelDna.IntelliSense Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ enum NtStatus : uint
7878 IntPtr _cookie ;
7979 LdrNotification _notificationDelegate ;
8080
81- // NOTE: We might try to set an Environment Variable to disable the Managed Debugging Assistant
82- // https://docs.microsoft.com/en-us/dotnet/framework/debug-trace-profile/diagnosing-errors-with-managed-debugging-assistants
8381 public LoaderNotification ( )
8482 {
8583 IntPtr context = IntPtr . Zero ; // new IntPtr(12345);
Original file line number Diff line number Diff line change 88namespace ExcelDna . IntelliSense
99{
1010
11- // Combines all the information received from the UIAutomation and WinEvents watchers,
11+ // Combines all the information received from the WinEvents watchers,
1212 // and interprets these into a state that reflect our interests.
1313 // Raises its events on the main thread.
1414 // TODO: Also should for argument lists, like TRUE / FALSE in VLOOKUP ...
You can’t perform that action at this time.
0 commit comments