From 63ee5295c67cb78b521f73b6efad68e14d6b4477 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 14 Apr 2020 16:52:52 +0200 Subject: [PATCH] Fixed machine.h. --- src/include/86box/machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/86box/machine.h b/src/include/86box/machine.h index 83a8802d3..de7f0d82d 100644 --- a/src/include/86box/machine.h +++ b/src/include/86box/machine.h @@ -266,8 +266,8 @@ extern int machine_at_president_init(const machine_t *); extern int machine_at_apollo_init(const machine_t *); #if defined(DEV_BRANCH) && defined(USE_VECTRA54) extern int machine_at_vectra54_init(const machine_t *); -extern int machine_at_powermate_v_init(const machine_t *); #endif +extern int machine_at_powermate_v_init(const machine_t *); #ifdef EMU_DEVICE_H extern const device_t *at_endeavor_get_device(void);