[PATCH app/xload 1/2] Use Windows load interface for Win32 build, as well as Cygwin
Alan Coopersmith
alan.coopersmith at oracle.com
Tue Apr 21 20:40:14 PDT 2015
On 04/21/15 05:44 AM, Jon TURNEY wrote:
> Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
> ---
> get_load.c | 2 +-
> get_rload.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/get_load.c b/get_load.c
> index 0f5d878..7dd5650 100644
> --- a/get_load.c
> +++ b/get_load.c
> @@ -48,7 +48,7 @@ from the X Consortium.
> #include <stdlib.h>
> #include "xload.h"
>
> -#if defined(__CYGWIN__)
> +#if defined(__CYGWIN__) || defined(_WIN32)
> # define WIN32_LEAN_AND_MEAN
> # include <X11/Xwindows.h>
> typedef struct {
> diff --git a/get_rload.c b/get_rload.c
> index ecfd286..c3f9dfb 100644
> --- a/get_rload.c
> +++ b/get_rload.c
> @@ -9,7 +9,7 @@
> /* Not all OS supports get_rload
> steal the STUB idea from get_load
> */
> -#if defined(QNX4) || defined(__CYGWIN__)
> +#if defined(QNX4) || defined(__CYGWIN__) || defined(_WIN32)
> #define RLOADSTUB
> #endif
>
>
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Engineering - http://blogs.oracle.com/alanc
More information about the xorg-devel
mailing list