mirror of
https://github.com/mfontanini/libtins
synced 2026-01-28 04:34:27 +01:00
Rename BSD enum value so it doesn't conflict with macro
This commit is contained in:
@@ -41,7 +41,7 @@ Configuration::Configuration() {
|
||||
#ifdef _WIN32
|
||||
current_platform_ = WINDOWS;
|
||||
#elif defined(BSD) || defined(__FreeBSD_kernel__)
|
||||
current_platform_ = BSD;
|
||||
current_platform_ = BSD_OS;
|
||||
#else
|
||||
current_platform_ = LINUX;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user