12 lines
175 B
C
12 lines
175 B
C
#ifndef GLOBALDEFINE_H
|
|
#define GLOBALDEFINE_H
|
|
|
|
#include "QDebug"
|
|
|
|
#define RET_OK 1
|
|
#define RET_ERROR 0
|
|
|
|
#define ETHERNET_NETWORK_STATUS_TIMEOUT 5000
|
|
|
|
#endif // GLOBALDEFINE_H
|