a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync/*
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * Copyright (C) 2002 Alexandre Julliard
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync *
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * This library is free software; you can redistribute it and/or
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * modify it under the terms of the GNU Lesser General Public
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * License as published by the Free Software Foundation; either
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * version 2.1 of the License, or (at your option) any later version.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync *
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * This library is distributed in the hope that it will be useful,
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * but WITHOUT ANY WARRANTY; without even the implied warranty of
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * Lesser General Public License for more details.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync *
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * You should have received a copy of the GNU Lesser General Public
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * License along with this library; if not, write to the Free Software
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync */
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync/*
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * a choice of LGPL license versions is made available with the language indicating
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * that LGPLv2 or any later version may be used, or where a choice of which version
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync * of the LGPL is applied is otherwise unspecified.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync */
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#ifndef _WINRESRC_
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#define _WINRESRC_
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#ifndef WINVER
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#define WINVER 0x0500
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#endif
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#ifndef _WIN32_IE
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#define _WIN32_IE 0x0501
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#endif
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#ifndef _WIN32_WINDOWS
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#define _WIN32_WINDOWS 0x0410
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#endif
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#ifndef _WIN32_WINNT
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#define _WIN32_WINNT 0x0500
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#endif
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#include <winuser.rh>
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#include <commctrl.rh>
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#include <dde.rh>
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#include <winnt.rh>
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#include <dlgs.h>
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#include <winver.h>
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#endif /* _WINRESRC_ */
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync