mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-09 16:14:05 -05:00
7 lines
219 B
C
7 lines
219 B
C
|
#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
|