msvcrt: Define STRUNCATE.
This commit is contained in:
parent
b22149817d
commit
c7536ef868
|
@ -544,6 +544,7 @@ struct MSVCRT__stat64 {
|
|||
#define MSVCRT_ENOSYS 40
|
||||
#define MSVCRT_ENOTEMPTY 41
|
||||
#define MSVCRT_EILSEQ 42
|
||||
#define MSVCRT_STRUNCATE 80
|
||||
|
||||
#define MSVCRT_LC_ALL 0
|
||||
#define MSVCRT_LC_COLLATE 1
|
||||
|
|
|
@ -61,6 +61,8 @@
|
|||
# define ENOTEMPTY 41
|
||||
# define EILSEQ 42
|
||||
|
||||
# define STRUNCATE 80
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue