Fixed copy/paste error in build script.

This commit is contained in:
Vas Crabb 2024-04-22 17:34:56 +10:00
parent 45b63ce946
commit 472c631142

View file

@ -4,7 +4,7 @@
defines { defines {
"OSD_WINDOWS", "OSD_WINDOWS",
"UNICODE", "UNICODE",
"_UNICODE" "_UNICODE",
"WIN32_LEAN_AND_MEAN", "WIN32_LEAN_AND_MEAN",
"NOMINMAX", "NOMINMAX",
} }