1
0
forked from 0ad/0ad

# Fixed build on Linux

This was SVN commit r6921.
This commit is contained in:
Ykkrosh 2009-06-23 19:46:52 +00:00
parent c81ec63dee
commit ed0e3097d4

View File

@ -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