From b8f125e2ab92f03df9df38797076516f5ecf76d3 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 15 May 2011 15:00:55 +0000 Subject: [PATCH] [CMAKE] * Define HAVE_SPAWNVP for the host config. svn path=/branches/cmake-bringup/; revision=51765 --- include/host/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/host/config.h b/include/host/config.h index 89e0eecdf82..0a30629b42c 100644 --- a/include/host/config.h +++ b/include/host/config.h @@ -5,6 +5,8 @@ #define __WINE_CONFIG_H +#define HAVE_SPAWNVP 1 + /* Define to 1 if you have the header file. */ #define HAVE_FLOAT_H 1