Fix ebacktrace1.dll build with MinGW-GCC 4.7.2.

git-svn-id: https://svn.eduke32.com/eduke32@3215 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2012-11-24 09:11:06 +00:00
parent 1fb8684bef
commit fd06052a1d
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,14 @@
#include <windows.h>
#include <excpt.h>
#include <imagehlp.h>
#ifndef PACKAGE
# define PACKAGE EBACKTRACE1
#endif
#ifndef PACKAGE_VERSION
# define PACKAGE_VERSION 1
#endif
#include <bfd.h>
#include <psapi.h>
#include <stdlib.h>