rpcrt4: Convert old-style argument formats to new style so that the client call imple...
[wine] / include / ver.h
CommitLineData
2ace16ac 1/* Definitions for the VERsion infolibrary (VER.DLL)
9a624916 2 *
2ace16ac 3 * Copyright 1996 Marcus Meissner
f981c6cb 4 *
0799c1a7
AJ
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
360a3f91 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
0799c1a7 18 *
f981c6cb
PQ
19 * Marked as obsolete: Albert den Haan (Corel Corp) 1999-04-28
20 * VER.H obsolete, include winver.h instead
2ace16ac
AJ
21 */
22#ifndef __WINE_VER_H
23#define __WINE_VER_H
24
53f9c21f 25#include <winver.h>
667fc3af 26
2ace16ac 27#endif /* __WINE_VER_H */