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:
parent
3b6d3dee69
commit
c0572b061a
@ -10,7 +10,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef __UCLIBC__
|
||||
#if defined(__UCLIBC__) || defined(__FreeBSD__)
|
||||
#undef major
|
||||
#undef minor
|
||||
#undef patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user