mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-04 14:02:45 +01:00
6 lines
219 B
C++
Executable file
6 lines
219 B
C++
Executable file
#include "xchar.h"
|
|
#ifdef _WIN32
|
|
#pragma message ("fmt/locale.h is deprecated, include fmt/format.h or fmt/xchar.h instead")
|
|
#else
|
|
#warning fmt/locale.h is deprecated, include fmt/format.h or fmt/xchar.h instead
|
|
#endif
|