Need TEXT macro in functions.hpp
This commit is contained in:
parent
758af6ff6b
commit
eb5acd795c
@ -31,8 +31,6 @@ constexpr const char_t *dir_divider = L"\\";
|
|||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#define TEXT( a ) a
|
|
||||||
|
|
||||||
#define cout std::cout
|
#define cout std::cout
|
||||||
#define cerr std::cerr
|
#define cerr std::cerr
|
||||||
#define cin std::cin
|
#define cin std::cin
|
||||||
|
@ -21,6 +21,8 @@ std::wstring utf8_to_wstring( const std::string &utf8 );
|
|||||||
using string = std::string;
|
using string = std::string;
|
||||||
using char_t = char;
|
using char_t = char;
|
||||||
|
|
||||||
|
#define TEXT( a ) a
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef GUI
|
#ifndef GUI
|
||||||
|
Loading…
Reference in New Issue
Block a user