mirror of
https://github.com/winfsp/winfsp.git
synced 2026-03-06 23:59:26 -06:00
sys: FspFileNodeSetFileInfo: make CcSetFileSizes failures benign
tst: fscrash: test huge allocation size failures
This commit is contained in:
@@ -26,8 +26,10 @@ extern "C" {
|
||||
|
||||
enum
|
||||
{
|
||||
FspCrashInterceptAccessViolation = 0x01,
|
||||
FspCrashInterceptTerminate = 0x02,
|
||||
FspCrashInterceptMask = 0x0f,
|
||||
FspCrashInterceptAccessViolation = 0x00,
|
||||
FspCrashInterceptTerminate = 0x01,
|
||||
FspCrashInterceptHugeAllocationSize = 0x02,
|
||||
FspCrashInterceptEnter = 0x10,
|
||||
FspCrashInterceptLeave = 0x20,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user