mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:25:58 +00:00
Cross-compilation fixes.
svn path=/trunk/; revision=7463
This commit is contained in:
parent
2556727beb
commit
5463ff80c7
1 changed files with 0 additions and 4 deletions
|
@ -36,12 +36,8 @@
|
||||||
#else
|
#else
|
||||||
#include "winglue.h"
|
#include "winglue.h"
|
||||||
#endif
|
#endif
|
||||||
#if defined(WIN32)
|
|
||||||
#define EXCEPTION_WINE_STUB 0x80000100 /* stub entry point called */
|
#define EXCEPTION_WINE_STUB 0x80000100 /* stub entry point called */
|
||||||
#define EH_NONCONTINUABLE 0x01
|
#define EH_NONCONTINUABLE 0x01
|
||||||
#else
|
|
||||||
#include "wine/exception.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "build.h"
|
#include "build.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue