From 3b2fe57c7d7bf7ecc1e19d112f7ddd63b0eb7139 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 8 Jul 2014 17:14:26 +0200 Subject: misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/lib/libgamma-error.c.gpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/libgamma-error.c.gpp') diff --git a/src/lib/libgamma-error.c.gpp b/src/lib/libgamma-error.c.gpp index 0378f57..717f11b 100644 --- a/src/lib/libgamma-error.c.gpp +++ b/src/lib/libgamma-error.c.gpp @@ -37,7 +37,11 @@ $>export PATH=".:${PATH}" * Group that the user needs to be a member of if * `LIBGAMMA_DEVICE_REQUIRE_GROUP` is returned. */ +#ifndef __WIN32__ gid_t libgamma_group_gid = 0; +#else +short libgamma_group_gid = 0; +#endif /** * Group that the user needs to be a member of if -- cgit v1.2.3-70-g09d2