Initial import
This commit is contained in:
8
libc/nt/enum/exceptionhandleractions.h
Normal file
8
libc/nt/enum/exceptionhandleractions.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_EXCEPTIONHANDLERACTIONS_H_
|
||||
#define COSMOPOLITAN_LIBC_NT_ENUM_EXCEPTIONHANDLERACTIONS_H_
|
||||
|
||||
#define kNtExceptionExecuteHandler 0x1u
|
||||
#define kNtExceptionContinueExecution 0xffffffffu
|
||||
#define kNtExceptionContinueSearch 0x0u
|
||||
|
||||
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_EXCEPTIONHANDLERACTIONS_H_ */
|
||||
Reference in New Issue
Block a user