blob: b2843f4ad3245c9e81dee0035afc012a198f4e14 [file] [log] [blame]
Alexandre Julliard2ace16a1996-04-28 15:09:19 +00001/* Definitions for the VERsion infolibrary (VER.DLL)
Vincent Béron9a624912002-05-31 23:06:46 +00002 *
Alexandre Julliard2ace16a1996-04-28 15:09:19 +00003 * Copyright 1996 Marcus Meissner
Paul Quinnf981c6c1999-05-29 11:15:39 +00004 *
Alexandre Julliard0799c1a2002-03-09 23:29:33 +00005 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
Jonathan Ernst360a3f92006-05-18 14:49:52 +020017 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
Alexandre Julliard0799c1a2002-03-09 23:29:33 +000018 *
Paul Quinnf981c6c1999-05-29 11:15:39 +000019 * Marked as obsolete: Albert den Haan (Corel Corp) 1999-04-28
20 * VER.H obsolete, include winver.h instead
Alexandre Julliard2ace16a1996-04-28 15:09:19 +000021 */
22#ifndef __WINE_VER_H
23#define __WINE_VER_H
24
Dimitrie O. Paun53f9c212003-08-28 21:43:34 +000025#include <winver.h>
Ulrich Weigand667fc3a1999-01-31 10:08:42 +000026
Alexandre Julliard2ace16a1996-04-28 15:09:19 +000027#endif /* __WINE_VER_H */