[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, 7 Sep 2008 16:29:31 +0000 (UTC) |
User-agent: |
Pan/0.133 (House of Butterflies) |
On Sun, 07 Sep 2008 20:05:46 +0400, Роман Донченко wrote:
> #define g_fopen fopen
> This apparently has the intent of replacing the C functions with Glib
> functions when they are available, except... it's very broken because
> the #define arguments are in the wrong order. So even if you use Glib
> functions, the preprocessor will change them to libc ones!
These define statements are in the scope of
#if defined(G_OS_UNIX) && !defined(G_STDIO_NO_WRAP_ON_UNIX)
so they have effect only when compiling for MS Windows,
essentially. On Unix, fopen is used for g_fopen.
--
Greg
- [Pan-users] Re: Pan fails to deal with non-Latin usernames(Windows), (continued)
- [Pan-users] Re: Pan fails to deal with non-Latin usernames(Windows), walt, 2008/09/04
- Re: [Pan-users] Re: Pan fails to deal with non-Latin usernames(Windows), Travis, 2008/09/04
- [Pan-users] Re: Pan fails to deal with non-Latin usernames(Windows), walt, 2008/09/05
- [Pan-users] Re: Pan fails to deal with non-Latin usernames(Windows), Roman, 2008/09/05
- [Pan-users] Re: Pan fails to deal with non-Latin usernames(Windows), Duncan, 2008/09/05
[Pan-users] Re: Pan fails to deal with non-Latin usernames (Windows), Роман Донченко, 2008/09/07
- [Pan-users] Re: Pan fails to deal with non-Latin usernames (Windows),
Greg Lee <=
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