source/Platform/Win32/Win32Window.h: fix header guard.
This commit is contained in:
parent
a3c63e6e96
commit
5a7a5e3f7c
1 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue