From 1e3389c70d60b85abe99a79a991b599f95380a1d Mon Sep 17 00:00:00 2001 From: nillerusr Date: Fri, 17 Feb 2023 03:23:40 +0300 Subject: [PATCH] gameui: fix linux build issue --- gameui/BasePanel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gameui/BasePanel.cpp b/gameui/BasePanel.cpp index c9628dbd..89ce02ba 100644 --- a/gameui/BasePanel.cpp +++ b/gameui/BasePanel.cpp @@ -87,7 +87,7 @@ using namespace vgui; #include "tier1/utlstring.h" #include "steam/steam_api.h" -#ifdef USE_SDL +#ifdef ANDROID #include #endif @@ -241,7 +241,7 @@ public: if( GameUI().IsInLevel() ) return; m_bSelected = false; -#ifdef USE_SDL +#ifdef ANDROID if( m_szUrl ) SDL_OpenURL( m_szUrl ); #endif