work around include_next problem when cross-compiling Modified: trunk/reactos/tools/winebuild/import.c _____
Modified: trunk/reactos/tools/winebuild/import.c --- trunk/reactos/tools/winebuild/import.c 2005-05-26 15:53:24 UTC (rev 15524) +++ trunk/reactos/tools/winebuild/import.c 2005-05-26 17:17:29 UTC (rev 15525) @@ -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 */