diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-07-08 17:14:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-07-08 17:14:26 +0200 |
commit | 3b2fe57c7d7bf7ecc1e19d112f7ddd63b0eb7139 (patch) | |
tree | 7c6cf8ae63d836b290942ef18d121483cf2eca18 /src/lib/libgamma-error.h | |
parent | typo + grammaro (diff) | |
download | libgamma-3b2fe57c7d7bf7ecc1e19d112f7ddd63b0eb7139.tar.gz libgamma-3b2fe57c7d7bf7ecc1e19d112f7ddd63b0eb7139.tar.bz2 libgamma-3b2fe57c7d7bf7ecc1e19d112f7ddd63b0eb7139.tar.xz |
misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/lib/libgamma-error.h')
-rw-r--r-- | src/lib/libgamma-error.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libgamma-error.h b/src/lib/libgamma-error.h index d11dbc1..419985f 100644 --- a/src/lib/libgamma-error.h +++ b/src/lib/libgamma-error.h @@ -34,7 +34,11 @@ * Group that the user needs to be a member of if * `LIBGAMMA_DEVICE_REQUIRE_GROUP` is returned. */ +#ifndef __WIN32__ extern gid_t libgamma_group_gid; +#else +extern short libgamma_group_gid; +#endif /** * Group that the user needs to be a member of if |