Browse Source

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

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.03
falkTX 3 years ago
parent
commit
f53df86016
2 changed files with 6 additions and 2 deletions
  1. +3
    -1
      include/mingw-compat/Shlobj.h
  2. +3
    -1
      include/mingw-compat/Shlwapi.h

+ 3
- 1
include/mingw-compat/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 <shlobj.h>

+ 3
- 1
include/mingw-compat/Shlwapi.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>

Loading…
Cancel
Save