msvcrt: Define STRUNCATE.

This commit is contained in:
Damjan Jovanovic 2010-10-19 07:23:30 +02:00 committed by Alexandre Julliard
parent b22149817d
commit c7536ef868
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -61,6 +61,8 @@
# define ENOTEMPTY 41
# define EILSEQ 42
# define STRUNCATE 80
#ifdef __cplusplus
extern "C" {
#endif