From 5a7a5e3f7c3f41a09928aac1fc456acdceeb4f13 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 22 Aug 2023 17:12:36 +0200 Subject: [PATCH] source/Platform/Win32/Win32Window.h: fix header guard. --- source/Platform/Win32/Win32Window.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Platform/Win32/Win32Window.h b/source/Platform/Win32/Win32Window.h index ee87398..b2cbb2d 100644 --- a/source/Platform/Win32/Win32Window.h +++ b/source/Platform/Win32/Win32Window.h @@ -1,6 +1,6 @@ -#ifndef PLATFORM_WIN32_DISPLAY_H -#define PLATFORM_WIN32_DISPLAY_H +#ifndef PLATFORM_WIN32_WINDOW_H +#define PLATFORM_WIN32_WINDOW_H #include "Win32GLContext.h" #include @@ -89,4 +89,4 @@ protected : } // namespace sp -#endif /* PLATFORM_WIN32_DISPLAY_H */ +#endif /* PLATFORM_WIN32_WINDOW_H */