[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pan-users] Re: Pan fails to deal with non-Latin usernames (Windows)
From: |
Greg Lee |
Subject: |
[Pan-users] Re: Pan fails to deal with non-Latin usernames (Windows) |
Date: |
Sun, 14 Sep 2008 19:32:34 +0000 (UTC) |
User-agent: |
Pan/0.133 (House of Butterflies) |
On Sun, 14 Sep 2008 20:58:00 +0400, Роман Донченко wrote:
> pan/general/file-util.h (revision 362) +++ pan/general/file-util.h
> (working copy) @@ -35,6 +35,12 @@
> extern "C" {
> #include <glib/gstdio.h>
> }
> +
> +#if !GLIB_CHECK_VERSION(2,8,0)
> +#define g_chmod chmod
> +#else
> +
> +#else // fall back to libc equivalents
> #define g_freopen freopen
> #define g_fopen fopen
> #define g_rmdir rmdir
> @@ -42,6 +48,7 @@
> #define g_unlink unlink
> #define g_lstat lstat
> #define g_stat stat
> +#define g_mkdir mkdir
> #define g_rename rename
> #define g_open open
> #endif
??
#else
#else
--
Greg
- [Pan-users] Re: Pan fails to deal with non-Latin usernames (Windows), (continued)
Re: [Pan-users] Re: Pan fails to deal with non-Latin usernames (Windows), Rhialto, 2008/09/14
[Pan-users] Re: Re: Pan fails to deal with non-Latin usernames(Windows), Роман Донченко, 2008/09/14
[Pan-users] Re: Pan fails to deal with non-Latin usernames (Windows), Роман Донченко, 2008/09/14
- [Pan-users] Re: Pan fails to deal with non-Latin usernames (Windows),
Greg Lee <=