mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
# Fixed build on Linux
This was SVN commit r6921.
This commit is contained in:
parent
c81ec63dee
commit
ed0e3097d4
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue