Make include/mingw-compat/mutex use unix line endings

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-06 22:15:51 +00:00
parent 4ec34e1f80
commit 7202b10d93
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -1,25 +1,25 @@
/* /*
* DISTRHO Cardinal Plugin * DISTRHO Cardinal Plugin
* Copyright (C) 2021 Filipe Coelho <falktx@falktx.com> * Copyright (C) 2021 Filipe Coelho <falktx@falktx.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 3 of * published by the Free Software Foundation; either version 3 of
* the License, or any later version. * the License, or any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* For a full copy of the GNU General Public License see the LICENSE file. * For a full copy of the GNU General Public License see the LICENSE file.
*/ */
#pragma once #pragma once
#include_next <mutex> #include_next <mutex>
#include "mingw.mutex.h" #include "mingw.mutex.h"
#undef IN #undef IN
#undef OUT #undef OUT
#undef far #undef far
#undef near #undef near