mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
work around include_next problem when cross-compiling
svn path=/trunk/; revision=15525
This commit is contained in:
parent
98bc8544de
commit
7d4d22763c
1 changed files with 7 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue