Changeset af09afd
- Timestamp:
- 2023-04-02T16:40:12Z (20 months ago)
- Branches:
- master
- Children:
- 92a03a0
- Parents:
- 10425b2
- git-author:
- Robert Scheck <robert-scheck@…> (02-04-23 16:40:12)
- git-committer:
- GitHub <noreply@…> (02-04-23 16:40:12)
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/json_util.c
r10425b2 raf09afd 29 29 30 30 /* g_memdup() deprecated as of glib 2.68.0 */ 31 #ifdef GLIB_VERSION_2_68 32 #define g_memdup2 g_memdup2 33 #else 31 #ifndef GLIB_VERSION_2_68 34 32 #define g_memdup2 g_memdup 35 33 #endif -
lib/xmltree.c
r10425b2 raf09afd 34 34 35 35 /* g_memdup() deprecated as of glib 2.68.0 */ 36 #ifdef GLIB_VERSION_2_68 37 #define g_memdup2 g_memdup2 38 #else 36 #ifndef GLIB_VERSION_2_68 39 37 #define g_memdup2 g_memdup 40 38 #endif
Note: See TracChangeset
for help on using the changeset viewer.