Rename WindowAPI::WIN32 to WindowAPI::WINDOWS

Renamed to avoid conflict with WIN32 macro when compiling on Windows.
This commit is contained in:
2025-04-13 10:06:23 +10:00
parent 859547570b
commit b003eca687

View File

@@ -7,5 +7,5 @@
#pragma once
namespace Nova {
enum class WindowAPI { WAYLAND, WIN32, X11 };
enum class WindowAPI { WAYLAND, WINDOWS, X11 };
} // namespace Nova