Damjan Jovanovic : msvcrt: Define STRUNCATE.
Module: wine Branch: master Commit: c7536ef86848e0134e7870bc1582fecd5f4f04a7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c7536ef86848e0134e7870bc15... Author: Damjan Jovanovic <damjan.jov(a)gmail.com> Date: Tue Oct 19 07:23:30 2010 +0200 msvcrt: Define STRUNCATE. --- dlls/msvcrt/msvcrt.h | 1 + include/msvcrt/errno.h | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/dlls/msvcrt/msvcrt.h b/dlls/msvcrt/msvcrt.h index 3d9639e..167fa83 100644 --- a/dlls/msvcrt/msvcrt.h +++ b/dlls/msvcrt/msvcrt.h @@ -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 diff --git a/include/msvcrt/errno.h b/include/msvcrt/errno.h index 115c5e4..dddc013 100644 --- a/include/msvcrt/errno.h +++ b/include/msvcrt/errno.h @@ -61,6 +61,8 @@ # define ENOTEMPTY 41 # define EILSEQ 42 +# define STRUNCATE 80 + #ifdef __cplusplus extern "C" { #endif
participants (1)
-
Alexandre Julliard