Changeset c43f488 for storage_xml.c


Ignore:
Timestamp:
2012-06-04T10:58:51Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0153ba9
Parents:
7d2ce9a
Message:

Remove two hacks for some glib<2.14 versions that are no longer supported.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • storage_xml.c

    r7d2ce9a rc43f488  
    3030#include "md5.h"
    3131
    32 #if GLIB_CHECK_VERSION(2,8,0)
    3332#include <glib/gstdio.h>
    34 #else
    35 /* GLib < 2.8.0 doesn't have g_access, so just use the system access(). */
    36 #include <unistd.h>
    37 #define g_access access
    38 #endif
    3933
    4034typedef enum
Note: See TracChangeset for help on using the changeset viewer.