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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user