2025-06-08 12:48:04 +08:00
|
|
|
|
#ifndef __IVRUILTS__H__
|
|
|
|
|
|
#define __IVRUILTS__H__
|
|
|
|
|
|
#include "VrDateUtils.h"
|
|
|
|
|
|
#include "VrFileUtils.h"
|
|
|
|
|
|
#include "VrTimeUtils.h"
|
|
|
|
|
|
#include "VrCodeFormatUtils.h"
|
|
|
|
|
|
#include "VrMD5Utils.h"
|
|
|
|
|
|
#include "VrStringUtils.h"
|
|
|
|
|
|
#include "VrNumUtils.h"
|
|
|
|
|
|
#include "VrLog.h"
|
|
|
|
|
|
#include "VrShellUtils.h"
|
|
|
|
|
|
#include "VrNetUtils.h"
|
|
|
|
|
|
#include "VrDebugTime.h"
|
|
|
|
|
|
#include "VrNTPUtils.h"
|
|
|
|
|
|
#include "../crc/checksum.h"
|
|
|
|
|
|
#include "../ini/SimpleIni.h"
|
|
|
|
|
|
|
2025-06-17 00:37:05 +08:00
|
|
|
|
// getoptֻ<74><D6BB>Windowsƽ̨<C6BD>°<EFBFBD><C2B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƽ̨ʹ<CCA8><CAB9>ϵͳ<CFB5>Դ<EFBFBD><D4B4><EFBFBD>getopt
|
2025-06-08 12:48:04 +08:00
|
|
|
|
#ifdef _WIN32
|
2025-06-17 00:37:05 +08:00
|
|
|
|
#include "getopt.h"
|
2025-06-08 12:48:04 +08:00
|
|
|
|
#pragma comment(lib, "VrUtils.lib")
|
|
|
|
|
|
#endif // _WIN32
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|