Eli Zaretskii wrote: > > > From: "grischka" <[EMAIL PROTECTED]> > > Cc: <[email protected]> > > Date: Tue, 30 May 2006 20:07:10 +0200
> I deliberately didn't use a Win32 API call, since the bug report came > from an OS/2 user, where GetFullPathName is unlikely to be available. > It would be quite ironic if, in response to that bug report, we would > provide a solution that didn't work on the OP's system... > > Andreas, is there a _getdcwd function on OS/2? There is an _abspath(char *out, const char *in, int size) function doing exactly what make's abspath() is supposed to do. A native API function to get the cwd of any drive would be DosQueryCurrentDir(). Best regards, Andreas _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
