mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:01:43 +00:00
[CMAKE]
Fix genincdata for amd64 svn path=/branches/cmake-bringup/; revision=50180
This commit is contained in:
parent
654e22e491
commit
0549475d8e
3 changed files with 128 additions and 130 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
/* DDK/IFS/NDK Headers */
|
||||
#include <excpt.h>
|
||||
#include <setjmp.h>
|
||||
#include <ntdef.h>
|
||||
#include <ntifs.h>
|
||||
#include <arc/arc.h>
|
||||
|
@ -60,6 +61,7 @@ __attribute__ ((section(".asmdef")))
|
|||
#else
|
||||
#error Your compiler is not supported.
|
||||
#endif
|
||||
|
||||
ASMGENDATA Table[] =
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue