mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[CMAKE]
- Add HAVE_GETPAGESIZE to host config.h. should fix linux build (fix by Sylvain) - uncomment @echo off in configure script - Move a DECLSPEC_NORETURN svn path=/branches/cmake-bringup/; revision=51242
This commit is contained in:
parent
1d2b1c4a24
commit
02ab41ff4d
3 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
::@echo off
|
||||
@echo off
|
||||
|
||||
:: Get the source root directory
|
||||
set REACTOS_SOURCE_DIR=%~dp0
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
/* Define to 1 if you have the <float.h> header file. */
|
||||
#define HAVE_FLOAT_H 1
|
||||
|
||||
/* Define to 1 if you have the `getpagesize' function. */
|
||||
#define HAVE_GETPAGESIZE 1
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#define HAVE_INTTYPES_H 1
|
||||
|
||||
|
|
|
@ -207,8 +207,8 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock)
|
|||
}
|
||||
#endif
|
||||
|
||||
DECLSPEC_NORETURN
|
||||
NTKERNELAPI
|
||||
//DECLSPEC_NORETURN
|
||||
VOID
|
||||
NTAPI
|
||||
KeBugCheckEx(
|
||||
|
|
Loading…
Reference in a new issue