mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
1fb8684bef
commit
fd06052a1d
1 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,14 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <excpt.h>
|
#include <excpt.h>
|
||||||
#include <imagehlp.h>
|
#include <imagehlp.h>
|
||||||
|
|
||||||
|
#ifndef PACKAGE
|
||||||
|
# define PACKAGE EBACKTRACE1
|
||||||
|
#endif
|
||||||
|
#ifndef PACKAGE_VERSION
|
||||||
|
# define PACKAGE_VERSION 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <bfd.h>
|
#include <bfd.h>
|
||||||
#include <psapi.h>
|
#include <psapi.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Reference in a new issue