mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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
|
||||
#include "winglue.h"
|
||||
#endif
|
||||
#if defined(WIN32)
|
||||
#define EXCEPTION_WINE_STUB 0x80000100 /* stub entry point called */
|
||||
#define EH_NONCONTINUABLE 0x01
|
||||
#else
|
||||
#include "wine/exception.h"
|
||||
#endif
|
||||
|
||||
#include "build.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue