Alexandre Julliard | 2ace16a | 1996-04-28 15:09:19 +0000 | [diff] [blame] | 1 | /* Definitions for the VERsion infolibrary (VER.DLL) |
Vincent Béron | 9a62491 | 2002-05-31 23:06:46 +0000 | [diff] [blame] | 2 | * |
Alexandre Julliard | 2ace16a | 1996-04-28 15:09:19 +0000 | [diff] [blame] | 3 | * Copyright 1996 Marcus Meissner |
Paul Quinn | f981c6c | 1999-05-29 11:15:39 +0000 | [diff] [blame] | 4 | * |
Alexandre Julliard | 0799c1a | 2002-03-09 23:29:33 +0000 | [diff] [blame] | 5 | * 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 Ernst | 360a3f9 | 2006-05-18 14:49:52 +0200 | [diff] [blame] | 17 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA |
Alexandre Julliard | 0799c1a | 2002-03-09 23:29:33 +0000 | [diff] [blame] | 18 | * |
Paul Quinn | f981c6c | 1999-05-29 11:15:39 +0000 | [diff] [blame] | 19 | * Marked as obsolete: Albert den Haan (Corel Corp) 1999-04-28 |
| 20 | * VER.H obsolete, include winver.h instead |
Alexandre Julliard | 2ace16a | 1996-04-28 15:09:19 +0000 | [diff] [blame] | 21 | */ |
| 22 | #ifndef __WINE_VER_H |
| 23 | #define __WINE_VER_H |
| 24 | |
Dimitrie O. Paun | 53f9c21 | 2003-08-28 21:43:34 +0000 | [diff] [blame] | 25 | #include <winver.h> |
Ulrich Weigand | 667fc3a | 1999-01-31 10:08:42 +0000 | [diff] [blame] | 26 | |
Alexandre Julliard | 2ace16a | 1996-04-28 15:09:19 +0000 | [diff] [blame] | 27 | #endif /* __WINE_VER_H */ |