mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-13 16:41:48 +08:00
15 lines
176 B
C
15 lines
176 B
C
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
#define TEST_UI 0
|
|
|
|
#define TEST_GROUP_SESSION_DETAIL 0
|
|
|
|
#define TEST_SKIP_LOGIN 0
|
|
|
|
#define TEST_NETWORK 0
|
|
|
|
#define DEPOLY 1
|
|
|
|
#endif // DEBUG_H
|