diff options
| author | Adonais Romero González <[email protected]> | 2018-11-02 15:26:28 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-11-02 15:26:28 -0700 |
| commit | 1a37d4aff3ce9d75306d176c3bcfc8343eab63ef (patch) | |
| tree | 5fd8bcef3744c01d12f6ba375b09eab4099661a3 /usb/usbview | |
| parent | dcd3c85cb1caa3445460bb6f83b6abc8a139091a (diff) | |
Enforce Control Flow Guard disabling on unsupported scenarios (#309)
Diffstat (limited to 'usb/usbview')
| -rw-r--r-- | usb/usbview/usbview.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usb/usbview/usbview.vcxproj b/usb/usbview/usbview.vcxproj index 556eb823..92bf7f40 100644 --- a/usb/usbview/usbview.vcxproj +++ b/usb/usbview/usbview.vcxproj @@ -154,6 +154,7 @@ <ClCompile Include="uvcview.c" /> <ClCompile Include="xmlhelper.cpp"> <CompileAsManaged>true</CompileAsManaged> + <ControlFlowGuard>false</ControlFlowGuard> <BasicRuntimeChecks Condition="'$(UseDebugLibraries)'=='true'"> </BasicRuntimeChecks> </ClCompile> |
