mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:04:06 +00:00
# Fixed build on Linux
This was SVN commit r6921.
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
*/
|
||||
|
||||
#include "precompiled.h"
|
||||
|
||||
#if OS_WIN
|
||||
|
||||
#include "dbghelp.h"
|
||||
|
||||
// define extension function pointers
|
||||
@@ -34,3 +37,5 @@ void dbghelp_ImportFunctions()
|
||||
#include "dbghelp_funcs.h"
|
||||
#undef FUNC
|
||||
}
|
||||
|
||||
#endif // OS_WIN
|
||||
|
||||
Reference in New Issue
Block a user