forked from cantyonion/LiveParise
fix console output
Signed-off-by: hamjin <jinham@qq.com>
This commit is contained in:
parent
187cd014f7
commit
710174d6de
5
main.c
5
main.c
@ -18,7 +18,7 @@
|
||||
}
|
||||
|
||||
#ifdef Debug
|
||||
#define DPRINT(s, ...) \
|
||||
#define DPRINT(s, __VA_ARGS__) \
|
||||
{ \
|
||||
printf(s, ...); \
|
||||
}
|
||||
@ -46,6 +46,9 @@ const char SS[] = "381237373432790016";
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
int thread;
|
||||
#ifdef WIN32
|
||||
SetConsoleOutputCP(CP_UTF8);
|
||||
#endif
|
||||
|
||||
if (argc < 2)
|
||||
thread = 4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user