1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +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 #pragma once
#ifdef __UCLIBC__ #if defined(__UCLIBC__) || defined(__FreeBSD__)
#undef major #undef major
#undef minor #undef minor
#undef patch #undef patch