version.rc revision 114410893548b9522c46fdcbd8f63385eb8bfb68
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync/*
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * Copyright 2001 Ove Kaaven
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync *
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * This library is free software; you can redistribute it and/or
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * modify it under the terms of the GNU Lesser General Public
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * License as published by the Free Software Foundation; either
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * version 2.1 of the License, or (at your option) any later version.
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync *
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * This library is distributed in the hope that it will be useful,
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * but WITHOUT ANY WARRANTY; without even the implied warranty of
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * Lesser General Public License for more details.
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync *
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * You should have received a copy of the GNU Lesser General Public
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * License along with this library; if not, write to the Free Software
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync */
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync/*
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * other than GPL or LGPL is available it will apply instead, Sun elects to use only
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * a choice of LGPL license versions is made available with the language indicating
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * that LGPLv2 or any later version may be used, or where a choice of which version
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * of the LGPL is applied is otherwise unspecified.
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync */
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync/*
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * other than GPL or LGPL is available it will apply instead, Sun elects to use only
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * a choice of LGPL license versions is made available with the language indicating
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * that LGPLv2 or any later version may be used, or where a choice of which version
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * of the LGPL is applied is otherwise unspecified.
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync */
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync/*
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * other than GPL or LGPL is available it will apply instead, Sun elects to use only
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * a choice of LGPL license versions is made available with the language indicating
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * that LGPLv2 or any later version may be used, or where a choice of which version
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync * of the LGPL is applied is otherwise unspecified.
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync */
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync#define WINE_FILEDESCRIPTION_STR "Wine Direct3D"
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync#define WINE_FILENAME_STR "d3d8.dll"
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync#define WINE_FILEVERSION 5,3,1,904
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync#define WINE_FILEVERSION_STR "5.3.1.904"
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync#define WINE_PRODUCTVERSION 5,3,1,904
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync#define WINE_PRODUCTVERSION_STR "5.3.1.904"
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync#include "wine/wine_common_ver.rc"
97b634ea021fd984782256de4ba4ff31cdb96c47vboxsync