From 6af7510cc58ab6f39bf417e257e7c7aa173159ad Mon Sep 17 00:00:00 2001 From: def Date: Sat, 14 Mar 2015 11:31:06 +0100 Subject: [PATCH] Some more compilability --- src/engine/client/autoupdate.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/engine/client/autoupdate.h b/src/engine/client/autoupdate.h index 33ae816e0..aae7393e7 100644 --- a/src/engine/client/autoupdate.h +++ b/src/engine/client/autoupdate.h @@ -21,6 +21,9 @@ #else #define PLAT_NAME CONF_PLATFORM_STRING "-unsupported" #endif +#else + #define PLAT_EXT "" + #define PLAT_NAME "unsupported-unsupported" #endif #define PLAT_CLIENT_DOWN CLIENT_EXEC "-" PLAT_NAME PLAT_EXT