[pulseaudio-discuss] [PATCH] core-util: Fix build on mingw32

2014-12-03 Thread David Henningsson
mingw32 does not have "getuid", so ifdef it properly. Reported-by: Michael DePaulo Signed-off-by: David Henningsson --- src/pulsecore/core-util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c index e9843ef..bf7f3d8 100644 --- a/src/p

Re: [pulseaudio-discuss] [PATCH] core-util: Fix build on mingw32

2014-12-03 Thread Michael DePaulo
Thank you. I was able to build PulseAudio (13a3daa) successfully with your patch :) On Wed, Dec 3, 2014 at 6:50 AM, David Henningsson wrote: > mingw32 does not have "getuid", so ifdef it properly. > > Reported-by: Michael DePaulo > Signed-off-by: David Henningsson > --- > src/pulsecore/core-ut