diff --git a/reactos/cmake/gcc.cmake b/reactos/cmake/gcc.cmake index adee7f7eb6f..c3d2e0b7cbb 100644 --- a/reactos/cmake/gcc.cmake +++ b/reactos/cmake/gcc.cmake @@ -94,6 +94,7 @@ endif() # PSEH if(GCC_VERSION VERSION_GREATER 4.7) set(USE_PSEH3 1) + add_definitions(-D_USE_PSEH3=1) endif() # Other