mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
- Remove broken definitions of SEH macros
svn path=/trunk/; revision=38683
This commit is contained in:
parent
9fe45fbb32
commit
759f83b3d0
2 changed files with 0 additions and 16 deletions
|
@ -1106,9 +1106,6 @@ LONG WINAPI _llseek(HFILE,LONG,int);
|
|||
HFILE WINAPI _lopen(LPCSTR,int);
|
||||
UINT WINAPI _lread(HFILE,LPVOID,UINT);
|
||||
UINT WINAPI _lwrite(HFILE,LPCSTR,UINT);
|
||||
#ifndef AbnormalTermination
|
||||
#define AbnormalTermination() FALSE
|
||||
#endif
|
||||
BOOL WINAPI AccessCheck(PSECURITY_DESCRIPTOR,HANDLE,DWORD,PGENERIC_MAPPING,PPRIVILEGE_SET,PDWORD,PDWORD,PBOOL);
|
||||
BOOL WINAPI AccessCheckAndAuditAlarmA(LPCSTR,LPVOID,LPSTR,LPSTR,PSECURITY_DESCRIPTOR,DWORD,PGENERIC_MAPPING,BOOL,PDWORD,PBOOL,PBOOL);
|
||||
BOOL WINAPI AccessCheckAndAuditAlarmW(LPCWSTR,LPVOID,LPWSTR,LPWSTR,PSECURITY_DESCRIPTOR,DWORD,PGENERIC_MAPPING,BOOL,PDWORD,PBOOL,PBOOL);
|
||||
|
|
|
@ -256,19 +256,6 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* FIXME: This will make some code compile. The programs will most
|
||||
likely crash when an exception is raised, but at least they will
|
||||
compile. */
|
||||
#if defined (__GNUC__) && defined (__SEH_NOOP)
|
||||
#define __try
|
||||
#define __except(x) if (0) /* don't execute handler */
|
||||
#define __finally
|
||||
|
||||
#define _try __try
|
||||
#define _except __except
|
||||
#define _finally __finally
|
||||
#endif
|
||||
|
||||
#ifndef DWORD_DEFINED
|
||||
#define DWORD_DEFINED
|
||||
typedef unsigned long DWORD;
|
||||
|
|
Loading…
Reference in a new issue