Changeset c43f488 for storage_xml.c
- Timestamp:
- 2012-06-04T10:58:51Z (12 years ago)
- Branches:
- master
- Children:
- 0153ba9
- Parents:
- 7d2ce9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
storage_xml.c
r7d2ce9a rc43f488 30 30 #include "md5.h" 31 31 32 #if GLIB_CHECK_VERSION(2,8,0)33 32 #include <glib/gstdio.h> 34 #else35 /* GLib < 2.8.0 doesn't have g_access, so just use the system access(). */36 #include <unistd.h>37 #define g_access access38 #endif39 33 40 34 typedef enum
Note: See TracChangeset
for help on using the changeset viewer.