1
0
Fork 0

source/Platform/Win32/Win32Window.h: fix header guard.

This commit is contained in:
Henrik Hautakoski 2023-08-22 17:12:36 +02:00
parent a3c63e6e96
commit 5a7a5e3f7c

View file

@ -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 <Platform/PlatformWindow.h>
@ -89,4 +89,4 @@ protected :
} // namespace sp
#endif /* PLATFORM_WIN32_DISPLAY_H */
#endif /* PLATFORM_WIN32_WINDOW_H */