Francois Gouget : ndrtypes.h: Include limits.h.
19 Oct
2007
19 Oct
'07
8:35 a.m.
Module: wine Branch: master Commit: dff580e96f1900239d60b08d0536f504dd0494ad URL: http://source.winehq.org/git/wine.git/?a=commit;h=dff580e96f1900239d60b08d05... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Oct 18 17:10:16 2007 +0200 ndrtypes.h: Include limits.h. --- include/ndrtypes.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/ndrtypes.h b/include/ndrtypes.h index 40d8331..5d932fa 100644 --- a/include/ndrtypes.h +++ b/include/ndrtypes.h @@ -21,6 +21,8 @@ #ifndef __NDRTYPES_H__ #define __NDRTYPES_H__ +#include <limits.h> + typedef struct { unsigned short MustSize : 1; /* 0x0001 - client interpreter MUST size this
6727
Age (days ago)
6727
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard