Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ACE/ace/config-win32-msvc-141.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// time_t) and VC8 changed time_t to a 64-bit value even when compiling a
// 32-bit application. Therefore, ace/Time_Value needs to rearrange a few
// things for this compiler. See Time_Value.h for complete details.
#if !defined (_USE_32BIT_TIME_T)
#if !defined (_USE_32BIT_TIME_T) && !defined (ACE_WIN64)
# define ACE_HAS_TIME_T_LONG_MISMATCH
#endif

Expand Down
Loading