You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
193B

  1. // Copyright 2023 Filipe Coelho <falktx@falktx.com>
  2. // SPDX-License-Identifier: 0BSD OR ISC
  3. #pragma once
  4. #include_next <shared_mutex>
  5. #if __GNUC__ < 12
  6. #include "mingw.shared_mutex.h"
  7. #endif