File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ if(_WINKD_)
55endif ()
66
77include_directories (spapisup utils)
8+ include_directories (${REACTOS_SOURCE_DIR} /sdk/lib/pseh/include )
89
910list (APPEND SOURCE
1011 spapisup/fileqsup.c
Original file line number Diff line number Diff line change 1010
1111#include "precomp.h"
1212#include "filesup.h"
13+ #include <pseh/pseh2.h>
1314
1415#define NDEBUG
1516#include <debug.h>
1617
17-
18- // ACHTUNG! HAXX FIXME!!
19- #define _SEH2_TRY
20- #define _SEH2_LEAVE goto __SEH2_FINALLY__label;
21- #define _SEH2_FINALLY __SEH2_FINALLY__label:
22- #define _SEH2_END
23-
24-
2518/* FUNCTIONS ****************************************************************/
2619
2720static
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ add_rc_deps(reactos.rc ${reactos_rc_deps})
1919add_executable (reactos ${SOURCE} reactos.rc)
2020add_pch(reactos reactos.h SOURCE )
2121set_module_type(reactos win32gui UNICODE)
22- target_link_libraries (reactos uuid setuplib ext2lib vfatlib btrfslib)
22+ target_link_libraries (reactos uuid setuplib ext2lib vfatlib btrfslib ${PSEH_LIB} )
2323target_link_libraries (reactos zlib_solo) ## We use USETUP's cabinet implementation
2424add_importlibs(reactos advapi32 gdi32 user32 comctl32 shlwapi setupapi msvcrt kernel32 ntdll)
2525add_cd_file(TARGET reactos DESTINATION reactos NO_CAB FOR bootcd)
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ endif()
3535
3636add_pch(usetup usetup.h SOURCE )
3737set_module_type(usetup nativecui)
38- target_link_libraries (usetup inflib setuplib zlib_solo ext2lib vfatlib btrfslib chkstk)
38+ target_link_libraries (usetup inflib setuplib zlib_solo ext2lib vfatlib btrfslib chkstk ${PSEH_LIB} )
3939add_importlibs(usetup ntdll)
4040add_cd_file(TARGET usetup DESTINATION reactos/system32 NO_CAB NAME_ON_CD smss.exe FOR bootcd regtest)
You can’t perform that action at this time.
0 commit comments