Skip to content

Commit c4f7749

Browse files
committed
Provide the option of using THRISTY_DUCK to turn on firehose in both places as well the specialized THRISTY_DUCK_WM or THRISTY_DUCK_EVT for each place.
1 parent 88415fb commit c4f7749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rubberduck.VBEEditor/Events/VBENativeServices.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ private static string ToClassName(this IntPtr hwnd)
295295
return name.ToString();
296296
}
297297

298+
[Conditional("THIRSTY_DUCK")]
298299
[Conditional("THIRSTY_DUCK_EVT")]
299300
private static void PeekMessagePump(uint eventType, IntPtr hwnd, int idObject, int idChild)
300301
{

0 commit comments

Comments
 (0)