Skip to content

Commit 1de0e6f

Browse files
committed
modify:Compatible with 9.10 and 9.2
1 parent 4533e9b commit 1de0e6f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

XEngine_Source/XStorage_BuildSwitch.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010
// Purpose: 存储服务开关编译选项
1111
// History:
1212
*********************************************************************/
13-
#define _XENGIEN_STORAGE_BUILDSWITCH_BTORRENT 0 //BT支持
13+
#define _XENGIEN_STORAGE_BUILDSWITCH_BTORRENT 0 //BT支持
14+
15+
#if (XENGINE_VERSION_KERNEL < 9) && (XENGINE_VERSION_MAIN < 10)
16+
typedef XENGINE_LIBTIMER XENGINE_LIBTIME;
17+
#endif

0 commit comments

Comments
 (0)