diff options
Diffstat (limited to 'absl/synchronization/internal/kernel_timeout.h')
-rw-r--r-- | absl/synchronization/internal/kernel_timeout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/synchronization/internal/kernel_timeout.h b/absl/synchronization/internal/kernel_timeout.h index 92dffb78..bb708000 100644 --- a/absl/synchronization/internal/kernel_timeout.h +++ b/absl/synchronization/internal/kernel_timeout.h @@ -117,7 +117,7 @@ class KernelTimeout { // This header file may be included transitively by public header files, // so we define our own DWORD and INFINITE instead of getting them from // <intsafe.h> and <WinBase.h>. - typedef unsigned long DWord; + typedef unsigned long DWord; // NOLINT DWord InMillisecondsFromNow() const { constexpr DWord kInfinite = std::numeric_limits<DWord>::max(); if (!has_timeout()) { |