diff --git a/configure.cmd b/configure.cmd index 0ac142052bf..247c85eb1c6 100644 --- a/configure.cmd +++ b/configure.cmd @@ -1,4 +1,4 @@ -::@echo off +@echo off :: Get the source root directory set REACTOS_SOURCE_DIR=%~dp0 diff --git a/include/host/config.h b/include/host/config.h index 8cc8d10fddb..89e0eecdf82 100644 --- a/include/host/config.h +++ b/include/host/config.h @@ -8,6 +8,9 @@ /* Define to 1 if you have the 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 header file. */ #define HAVE_INTTYPES_H 1 diff --git a/include/xdk/kefuncs.h b/include/xdk/kefuncs.h index eb5c7a25c5e..ae37e3a4409 100644 --- a/include/xdk/kefuncs.h +++ b/include/xdk/kefuncs.h @@ -207,8 +207,8 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock) } #endif +DECLSPEC_NORETURN NTKERNELAPI -//DECLSPEC_NORETURN VOID NTAPI KeBugCheckEx(