1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-03 14:52:11 +02:00

Fix compile on FreeBSD

This commit is contained in:
Ivan Savenko 2023-12-10 19:17:24 +02:00
parent 3b6d3dee69
commit c0572b061a

View File

@ -10,7 +10,7 @@
#pragma once
#ifdef __UCLIBC__
#if defined(__UCLIBC__) || defined(__FreeBSD__)
#undef major
#undef minor
#undef patch