Rename WindowAPI::WIN32 to WindowAPI::WINDOWS
Renamed to avoid conflict with WIN32 macro when compiling on Windows.
This commit is contained in:
@@ -7,5 +7,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
namespace Nova {
|
namespace Nova {
|
||||||
enum class WindowAPI { WAYLAND, WIN32, X11 };
|
enum class WindowAPI { WAYLAND, WINDOWS, X11 };
|
||||||
} // namespace Nova
|
} // namespace Nova
|
||||||
|
|||||||
Reference in New Issue
Block a user