[SETUPLIB] Use proper SEH instead of nasty hacks

Addendum to commit 2268b3d
This commit is contained in:
Timo Kreuzer 2024-10-13 19:10:22 +03:00
parent 8107ff8636
commit 31334ebcfe
4 changed files with 4 additions and 10 deletions

View file

@ -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