1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-18 14:16:37 +00:00

Merge branch 'mynullptrui' into 'master'

Remove MyGUI define that hasn't existed since 3.4.1

See merge request OpenMW/openmw!4861
This commit is contained in:
Alexei Kotov 2025-08-18 10:49:23 +03:00
commit 16ea2a13cd

View file

@ -360,9 +360,6 @@ endif()
# Required for building the FFmpeg headers # Required for building the FFmpeg headers
add_definitions(-D__STDC_CONSTANT_MACROS) add_definitions(-D__STDC_CONSTANT_MACROS)
# Required for unity build
add_definitions(-DMYGUI_DONT_REPLACE_NULLPTR)
# TinyXML # TinyXML
option(USE_SYSTEM_TINYXML "Use system TinyXML library instead of internal." OFF) option(USE_SYSTEM_TINYXML "Use system TinyXML library instead of internal." OFF)
if (USE_SYSTEM_TINYXML) if (USE_SYSTEM_TINYXML)