- 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:
Timo Kreuzer 2011-04-03 20:21:04 +00:00
parent 1d2b1c4a24
commit 02ab41ff4d
3 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
::@echo off
@echo off
:: Get the source root directory
set REACTOS_SOURCE_DIR=%~dp0

View file

@ -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

View file

@ -207,8 +207,8 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock)
}
#endif
DECLSPEC_NORETURN
NTKERNELAPI
//DECLSPEC_NORETURN
VOID
NTAPI
KeBugCheckEx(