HandleWrapper.cpp 490 B

12345678
  1. // Copyright (c) .NET Foundation. All rights reserved.
  2. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
  3. #include "HandleWrapper.h"
  4. // Workaround for VC++ bug https://developercommunity.visualstudio.com/content/problem/33928/constexpr-failing-on-nullptr-v141-compiler-regress.html
  5. const HANDLE InvalidHandleTraits::DefaultHandle = INVALID_HANDLE_VALUE;
  6. const HANDLE FindFileHandleTraits::DefaultHandle = INVALID_HANDLE_VALUE;