From dedd568f92c3d8db3fc998872593fb56fff39607 Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 29 Nov 2021 15:47:55 +0100 Subject: [PATCH] Removed an #ifdef in 86box.h so that the enable_discord variable is always declared. --- src/include/86box/86box.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/86box/86box.h b/src/include/86box/86box.h index f56757f38..e5f0bac94 100644 --- a/src/include/86box/86box.h +++ b/src/include/86box/86box.h @@ -134,9 +134,7 @@ extern int hdd_format_type; /* (C) hard disk file format */ extern int confirm_reset, /* (C) enable reset confirmation */ confirm_exit, /* (C) enable exit confirmation */ confirm_save; /* (C) enable save confirmation */ -#ifdef USE_DISCORD extern int enable_discord; /* (C) enable Discord integration */ -#endif extern int enable_crashdump; /* (C) enable crash dump */ extern int is_pentium; /* TODO: Move back to cpu/cpu.h when it's figured out,