Re: Dia ChangeLog report for Wed Apr 9 07:23:01 2003 (UTC)
From: Michael Wybrow <mjwybrow cs mu OZ AU>
To: dia-list gnome org
Subject: Re: Dia ChangeLog report for Wed Apr 9 07:23:01 2003 (UTC)
Date: Thu, 10 Apr 2003 13:25:31 +1000 (EST)
On Wed, 9 Apr 2003, Dia ChangeLog Daemon wrote:
>
> + * lib/dia_dirs.h:
> + * lib/dia_dirs.c (dia_config_ensure_dir): New function to ensure
> + that dirs are present.
The use of `mkdir()' for this function is not portable -- It's part of
glibc, but won't compile in MSVC. Does anyone know if there is a MSVC
equivilent?
Cheers,
Michael