Fix preprocessor symbol for Windows

This commit is contained in:
Ritchie Swann 2024-08-11 09:30:06 +01:00 committed by Rachael Alexanderson
parent 95f31cdd7e
commit e3795c762a
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0

View file

@ -2,7 +2,7 @@
#include "window/window.h"
#include <stdexcept>
#ifdef WIN32
#ifdef _WIN32
#include "win32/win32window.h"