engine: split crashhandler to win32 and posix versions

This commit is contained in:
Alibek Omarov
2024-12-24 10:37:49 +03:00
parent bd0d6644e0
commit cfebee6ea8
6 changed files with 568 additions and 561 deletions

View File

@@ -130,7 +130,6 @@ def configure(conf):
conf.define_cond('XASH_CUSTOM_SWAP', conf.options.CUSTOM_SWAP)
conf.define_cond('XASH_ENABLE_MAIN', conf.env.DISABLE_LAUNCHER)
conf.define_cond('XASH_NO_ASYNC_NS_RESOLVE', conf.options.NO_ASYNC_RESOLVE)
conf.define_cond('DBGHELP', conf.env.DEST_OS == 'win32')
conf.define_cond('PSAPI_VERSION', conf.env.DEST_OS == 'win32') # will be defined as 1
for refdll in conf.refdlls: