Update vala version.
[gmpc.git] / src / gtktransition.h
blobaf02f9d6f1e9194a745fde588d29987f94c2876e
1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: t; c-basic-offset: 2 -*-
3 * GSEAL transition definitions.
5 * Copyright (C) 2011 Mark Lee <marklee@src.gnome.org>
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the
19 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 * Boston, MA 02111-1307, USA.
24 #ifndef __GSEAL_TRANSITION_H__
25 #define __GSEAL_TRANSITION_H__
27 #ifndef GSEAL
28 #endif
30 #endif
32 #ifdef WIN32
33 #define localtime_r( _clock, _result ) \
34 ( *(_result) = *localtime( (_clock) ), \
35 (_result) )
36 #endif
37 /* vim: set ts=2 sts=2 sw=2 ai cindent : */