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 mailing list Pan-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/pan-users