pan-users
[Top][All Lists]
Advanced

[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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]