Cross-Platform build scripts for audio plugins
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.

7 lines
179B

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