ver.h revision af062818b47340eef15700d2f0211576ba3506ee
039cd2c4871a00e51af909222a34695d9cec3000vboxsync/* Definitions for the VERsion infolibrary (VER.DLL)
039cd2c4871a00e51af909222a34695d9cec3000vboxsync *
039cd2c4871a00e51af909222a34695d9cec3000vboxsync * Copyright 1996 Marcus Meissner
039cd2c4871a00e51af909222a34695d9cec3000vboxsync *
039cd2c4871a00e51af909222a34695d9cec3000vboxsync * This library is free software; you can redistribute it and/or
039cd2c4871a00e51af909222a34695d9cec3000vboxsync * modify it under the terms of the GNU Lesser General Public
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * License as published by the Free Software Foundation; either
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * version 2.1 of the License, or (at your option) any later version.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync *
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * This library is distributed in the hope that it will be useful,
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * but WITHOUT ANY WARRANTY; without even the implied warranty of
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * Lesser General Public License for more details.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync *
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * You should have received a copy of the GNU Lesser General Public
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * License along with this library; if not, write to the Free Software
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync *
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * Marked as obsolete: Albert den Haan (Corel Corp) 1999-04-28
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * VER.H obsolete, include winver.h instead
039cd2c4871a00e51af909222a34695d9cec3000vboxsync */
12be62e6238593e6fe1dd04ee0f0769f2a590994vboxsync#ifndef __WINE_VER_H
27537ffef7291d0bb3a24e459a6b94c65586defevboxsync#define __WINE_VER_H
039cd2c4871a00e51af909222a34695d9cec3000vboxsync
4941e5c65d2957bea0c7fee86150c40be992f60avboxsync#include <winver.h>
4941e5c65d2957bea0c7fee86150c40be992f60avboxsync
4941e5c65d2957bea0c7fee86150c40be992f60avboxsync#endif /* __WINE_VER_H */
19edb133387698f301b529248daa3719fe0d7389vboxsync