engine: simplify XASH_USE_EVDEV macro usage by giving it's defined positive value

This commit is contained in:
Alibek Omarov
2023-03-27 17:28:19 +03:00
parent 96c30371b7
commit 6e27926a10
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
#include "platform/platform.h"
#ifdef XASH_USE_EVDEV
#if XASH_USE_EVDEV
#include "common.h"