1
Fork 0

Forgot "#pragma once" macro in some mingw compat header files

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-02-25 20:35:05 +00:00
parent 12ea5e9579
commit f53df86016
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*
* DISTRHO Cardinal Plugin
* Copyright (C) 2021 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2021-2022 Filipe Coelho <falktx@falktx.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@ -15,4 +15,6 @@
* For a full copy of the GNU General Public License see the LICENSE file.
*/
#pragma once
#include <shlobj.h>

View File

@ -1,6 +1,6 @@
/*
* DISTRHO Cardinal Plugin
* Copyright (C) 2021 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2021-2022 Filipe Coelho <falktx@falktx.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@ -15,4 +15,6 @@
* For a full copy of the GNU General Public License see the LICENSE file.
*/
#pragma once
#include <shlwapi.h>