Commit c7536ef8 authored by Damjan Jovanovic's avatar Damjan Jovanovic Committed by Alexandre Julliard

msvcrt: Define STRUNCATE.

parent b2214981
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment