mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[SETUPLIB] Use proper SEH instead of nasty hacks
Addendum to commit 2268b3d
This commit is contained in:
parent
8107ff8636
commit
31334ebcfe
4 changed files with 4 additions and 10 deletions
|
@ -10,18 +10,11 @@
|
|||
|
||||
#include "precomp.h"
|
||||
#include "filesup.h"
|
||||
#include <pseh/pseh2.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
// ACHTUNG! HAXX FIXME!!
|
||||
#define _SEH2_TRY
|
||||
#define _SEH2_LEAVE goto __SEH2_FINALLY__label;
|
||||
#define _SEH2_FINALLY __SEH2_FINALLY__label:
|
||||
#define _SEH2_END
|
||||
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue