Francois Gouget : ndrtypes.h: Include limits.h.

Alexandre Julliard julliard at winehq.org
Fri Oct 19 08:35:40 CDT 2007


Module: wine
Branch: master
Commit: dff580e96f1900239d60b08d0536f504dd0494ad
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dff580e96f1900239d60b08d0536f504dd0494ad

Author: Francois Gouget <fgouget at 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




More information about the wine-cvs mailing list