mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Fix errors.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by the MIT license that can be found in
|
||||
// the LICENSE file.
|
||||
|
||||
#ifndef FTXUI_UTIL_WARN_WINDOWS_MACRO_H_
|
||||
#define FTXUI_UTIL_WARN_WINDOWS_MACRO_H_
|
||||
#ifndef FTXUI_UTIL_WARN_WINDOWS_MACRO_HPP_
|
||||
#define FTXUI_UTIL_WARN_WINDOWS_MACRO_HPP_
|
||||
|
||||
#ifdef min
|
||||
#error \
|
||||
@@ -15,4 +15,4 @@
|
||||
"The macro 'max' is defined, which conflicts with the standard C++ library and FTXUI. This is often caused by including <windows.h>. To fix this, add '#define NOMINMAX' before including <windows.h>, or pass '/DNOMINMAX' as a compiler flag."
|
||||
#endif
|
||||
|
||||
#endif // FTXUI_UTIL_WARN_WINDOWS_MACRO_H_
|
||||
#endif // FTXUI_UTIL_WARN_WINDOWS_MACRO_HPP_
|
||||
|
||||
Reference in New Issue
Block a user