mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 02:28:01 +02:00
Improved errors on files
This commit is contained in:
parent
85c936f014
commit
befc60aa63
6 changed files with 48 additions and 27 deletions
|
@ -248,7 +248,8 @@ namespace System
|
|||
AccessError = (int)Result.AccessError,
|
||||
PartialData = (int)Result.PartialData,
|
||||
InsufficientBuffer = (int)Result.InsufficientBuffer,
|
||||
NotEmpty = (int)Result.NotEmpty
|
||||
Timeout = (int)Result.Timeout,
|
||||
NotEmpty = (int)Result.NotEmpty,
|
||||
};
|
||||
|
||||
[CallingConvention(.Stdcall), CLink]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue