Skip to content

Commit cc7bf83

Browse files
authored
Define _TIME_BITS=64 globally (#100461)
Contributes to #96460
1 parent b7d91f2 commit cc7bf83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/native/configurecompiler.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,8 @@ endif(CLR_CMAKE_HOST_WIN32)
443443

444444
# Unconditionally define _FILE_OFFSET_BITS as 64 on all platforms.
445445
add_definitions(-D_FILE_OFFSET_BITS=64)
446+
# Unconditionally define _TIME_BITS as 64 on all platforms.
447+
add_definitions(-D_TIME_BITS=64)
446448

447449
# Architecture specific files folder name
448450
if (CLR_CMAKE_TARGET_ARCH_AMD64)

0 commit comments

Comments
 (0)