From 340b0598377bd89118281968d50e5932873455b6 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Tue, 13 Dec 2022 23:50:56 +0100 Subject: cleanup lutris list headers --- src/lutris/enum.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lutris/enum.h') diff --git a/src/lutris/enum.h b/src/lutris/enum.h index 9abac9f..2784223 100644 --- a/src/lutris/enum.h +++ b/src/lutris/enum.h @@ -1,5 +1,5 @@ -#ifdef CREATE_ENUM -#undef CREATE_ENUM +#ifdef VAL +#undef VAL #endif -#define CREATE_ENUM(x) x, +#define VAL(x) x, -- cgit v1.2.3