Skip to content
Snippets Groups Projects
Commit cb4ffe6f authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

no Dr. Mingw support for Win x64 build

parent 98f8b49e
Branches
No related tags found
No related merge requests found
...@@ -58,8 +58,11 @@ char logfilename[1024]; ...@@ -58,8 +58,11 @@ char logfilename[1024];
#endif #endif
#endif #endif
#if defined (_WIN32) #ifdef _WIN32
#ifndef _AMD64_
#include "exchndl.h" #include "exchndl.h"
#define DRMINGW
#endif
#endif #endif
#if defined (_WIN32) #if defined (_WIN32)
...@@ -174,7 +177,9 @@ int main(int argc, char **argv) ...@@ -174,7 +177,9 @@ int main(int argc, char **argv)
) )
#endif #endif
{ {
#ifdef DRMINGW
ExcHndlInit(); ExcHndlInit();
#endif
} }
} }
#ifndef __MINGW32__ #ifndef __MINGW32__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment