[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Re: CVS Broken for Win32
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] Re: CVS Broken for Win32 |
Date: |
Tue, 03 May 2005 21:57:28 +0200 (CEST) |
> However, my version *did* have one important difference -- according
> to MSDN, _MAX_PATH is defined in stdlib.h, which isn't #included by
> maxpathname.cpp, so you need to add that.
Done.
> If path_name_max() is to be used, in place of MAX_PATH in the
> _fullpath() call, should it not also be used consistently in these
> two subsequent calls as well?
Done too.
Werner