Apply header guard check

This commit is contained in:
Jérôme Leclercq
2021-10-26 15:52:46 +02:00
parent b85f6b68ac
commit 93ec196dc4
476 changed files with 1414 additions and 1327 deletions

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_OPENGLRENDERER_EGLCONTEXTWIN32_HPP
#define NAZARA_OPENGLRENDERER_EGLCONTEXTWIN32_HPP
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WIN32_EGLCONTEXTWIN32_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_WIN32_EGLCONTEXTWIN32_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp>
@@ -35,4 +35,4 @@ namespace Nz::GL
#include <Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.inl>
#endif
#endif // NAZARA_OPENGLRENDERER_WRAPPER_WIN32_EGLCONTEXTWIN32_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_OPENGLRENDERER_WGLFUNCTIONS_HPP
#define NAZARA_OPENGLRENDERER_WGLFUNCTIONS_HPP
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WIN32_GDI32FUNCTIONS_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_WIN32_GDI32FUNCTIONS_HPP
#undef WIN32_LEAN_AND_MEAN //< Redefined by wgl.h header (ty Khronos)
@@ -51,4 +51,4 @@
func(SetPixelFormat, PFNSETPIXELFORMATPROC) \
func(SwapBuffers, PFNSWAPBUFFERSPROC) \
#endif
#endif // NAZARA_OPENGLRENDERER_WRAPPER_WIN32_GDI32FUNCTIONS_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_OPENGLRENDERER_WIN32HELPER_HPP
#define NAZARA_OPENGLRENDERER_WIN32HELPER_HPP
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WIN32_WIN32HELPER_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_WIN32_WIN32HELPER_HPP
#include <Nazara/Prerequisites.hpp>
#include <memory>
@@ -25,4 +25,4 @@ namespace Nz::GL
using HWNDHandle = std::unique_ptr<std::remove_pointer_t<HWND>, WindowDeleter>;
}
#endif
#endif // NAZARA_OPENGLRENDERER_WRAPPER_WIN32_WIN32HELPER_HPP