Skip to content

Commit cb1c1ac

Browse files
committed
[VBE] Avoid KiTrap06Handler unrecoverable error
CORE-16216
1 parent 0737d13 commit cb1c1ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

win32ss/drivers/miniport/vbe/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ add_pch(vgapnp vbemp.h SOURCE)
1111
target_link_libraries(vgapnp libcntpr)
1212

1313
# pc98vid takes place of vga service on PC-98 platform
14-
if(NOT SARCH STREQUAL "pc98")
14+
# and avoid KiTrap06Handler unrecoverable error on Xbox
15+
if(NOT SARCH STREQUAL "pc98" AND NOT SARCH STREQUAL "xbox")
1516
add_cd_file(TARGET vgapnp DESTINATION reactos/system32/drivers FOR all)
1617
add_registry_inf(vbemp_reg.inf)
1718
endif()

0 commit comments

Comments
 (0)