elput - fix #else path for minor

This commit is contained in:
Carsten Haitzler 2020-05-27 16:24:46 +01:00
parent 4aa29841f7
commit c0e7f3a9c3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
# ifdef minor
# define MINOR(x) minor(x)
# else
# define MAJOR(x) (((x) & 0xff) | (((x) >> 12) & ~0xff))
# define MINOR(x) (((x) & 0xff) | (((x) >> 12) & ~0xff))
# endif
static Eina_Module *_libsystemd = NULL;