Rob Shearman : crypt32: Fix a compile failure on *BSD systems.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Sep 12 07:50:35 CDT 2007


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

Author: Rob Shearman <rob at codeweavers.com>
Date:   Tue Sep 11 17:29:44 2007 +0100

crypt32: Fix a compile failure on *BSD systems.

Include limits.h for the definition of PATH_MAX.

---

 dlls/crypt32/rootstore.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/crypt32/rootstore.c b/dlls/crypt32/rootstore.c
index e150c6a..7941fa2 100644
--- a/dlls/crypt32/rootstore.c
+++ b/dlls/crypt32/rootstore.c
@@ -30,6 +30,7 @@
 #include <unistd.h>
 #endif
 #include <errno.h>
+#include <limits.h>
 #include "ntstatus.h"
 #define WIN32_NO_STATUS
 #include "windef.h"




More information about the wine-cvs mailing list