Author: tkreuzer
Date: Sun Apr 3 20:21:04 2011
New Revision: 51242
URL:
http://svn.reactos.org/svn/reactos?rev=51242&view=rev
Log:
[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
Modified:
branches/cmake-bringup/configure.cmd
branches/cmake-bringup/include/host/config.h
branches/cmake-bringup/include/xdk/kefuncs.h
Modified: branches/cmake-bringup/configure.cmd
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/configure.cmd?rev…
==============================================================================
--- branches/cmake-bringup/configure.cmd [iso-8859-1] (original)
+++ branches/cmake-bringup/configure.cmd [iso-8859-1] Sun Apr 3 20:21:04 2011
@@ -1,4 +1,4 @@
-::@echo off
+@echo off
:: Get the source root directory
set REACTOS_SOURCE_DIR=%~dp0
Modified: branches/cmake-bringup/include/host/config.h
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/include/host/conf…
==============================================================================
--- branches/cmake-bringup/include/host/config.h [iso-8859-1] (original)
+++ branches/cmake-bringup/include/host/config.h [iso-8859-1] Sun Apr 3 20:21:04 2011
@@ -7,6 +7,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
Modified: branches/cmake-bringup/include/xdk/kefuncs.h
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/include/xdk/kefun…
==============================================================================
--- branches/cmake-bringup/include/xdk/kefuncs.h [iso-8859-1] (original)
+++ branches/cmake-bringup/include/xdk/kefuncs.h [iso-8859-1] Sun Apr 3 20:21:04 2011
@@ -207,8 +207,8 @@
}
#endif
-NTKERNELAPI
-//DECLSPEC_NORETURN
+DECLSPEC_NORETURN
+NTKERNELAPI
VOID
NTAPI
KeBugCheckEx(