From d02d0ca59d0182dec8468c45ae92846e0ccb05da Mon Sep 17 00:00:00 2001 From: "dougt%meer.net" Date: Tue, 18 Oct 2005 16:11:35 +0000 Subject: [PATCH] dbm requires this #define. npodb. --- build/wince/shunt/include/mozce_defs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/wince/shunt/include/mozce_defs.h b/build/wince/shunt/include/mozce_defs.h index 187e36c6213..f78e7395987 100755 --- a/build/wince/shunt/include/mozce_defs.h +++ b/build/wince/shunt/include/mozce_defs.h @@ -301,6 +301,8 @@ // From stdio.h +#define _MAX_FNAME 256 + #define BUFSIZ 512 #define O_RDONLY 0x0000 // open for reading only #define O_WRONLY 0x0001 // open for writing only