Skip to content

Commit

Permalink
Fix catching WinRT exceptions in debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
elvissteinjr committed Nov 16, 2024
1 parent fbd047f commit 5a39d3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DesktopPlusWinRT/DesktopPlusWinRT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,6 @@ void DPWinRT_SetDesktopEnumerationFlags(bool ignore_wmr_screens)
g_DesktopEnumFlagIgnoreWMRScreens = ignore_wmr_screens;
}

#undef _DEBUG

#ifndef DPLUSWINRT_STUB

DWORD WINAPI WinRTCaptureThreadEntry(_In_ void* Param)
Expand Down

0 comments on commit 5a39d3f

Please sign in to comment.