mirror of
https://github.com/encounter/ogws.git
synced 2026-03-30 11:33:37 -07:00
12 lines
157 B
Plaintext
12 lines
157 B
Plaintext
#ifndef MSL_CPP_CLOCALE_H
|
|
#define MSL_CPP_CLOCALE_H
|
|
#include <locale.h>
|
|
#ifdef __cplusplus
|
|
|
|
namespace std {
|
|
using ::lconv;
|
|
} // namespace std
|
|
|
|
#endif
|
|
#endif
|