Skip to content
Snippets Groups Projects
Commit cdef2bb4 authored by Simon McVittie's avatar Simon McVittie
Browse files

backports: Use #ifndef instead of GLIB_CHECK_VERSION


As Will Thompson pointed out on !37, G_OPTION_ENTRY_NULL is a macro in
GLib, so we can test for it with `#ifndef` rather than a version guard.
This is a little bit nicer for parent projects that might already have
their own backport of it.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 0b5d4a07
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment