work around include_next problem when cross-compiling

svn path=/trunk/; revision=15525
This commit is contained in:
Steven Edwards 2005-05-26 17:17:29 +00:00
parent 98bc8544de
commit 7d4d22763c

View file

@ -34,9 +34,15 @@
#endif
#include "winglue.h"
#include "wine/exception.h"
//#include "wine/exception.h"
#include "build.h"
#ifndef EXCEPTION_NONCONTINUABLE
#define EXCEPTION_NONCONTINUABLE 1
#endif
#define EXCEPTION_WINE_STUB 0x80000100 /* stub entry point called */
struct import
{
DLLSPEC *spec; /* description of the imported dll */