2000-11-05 21:16:15 +01:00
|
|
|
/*
|
|
|
|
* Top level resource file for OLE32
|
|
|
|
*
|
2003-09-08 21:38:45 +02:00
|
|
|
* Copyright 2000 Huw D M Davies for CodeWeavers
|
2002-03-10 00:29:33 +01:00
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2000-11-05 21:16:15 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "windef.h"
|
2003-09-06 01:08:26 +02:00
|
|
|
#include "winbase.h"
|
2000-11-05 21:16:15 +01:00
|
|
|
#include "winuser.h"
|
|
|
|
#include "winnls.h"
|
|
|
|
|
2009-07-03 11:49:34 +02:00
|
|
|
#define WINE_OLESELFREGISTER
|
|
|
|
#define WINE_FILENAME_STR "ole32.dll"
|
|
|
|
|
|
|
|
#include <wine/wine_common_ver.rc>
|
2004-10-27 02:47:53 +02:00
|
|
|
|
2000-11-05 21:16:15 +01:00
|
|
|
/*
|
|
|
|
* Everything that does not depend on language,
|
|
|
|
* like textless bitmaps etc, go into the
|
|
|
|
* neutral language. This will prevent them from
|
|
|
|
* being duplicated for each language.
|
|
|
|
*/
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
2007-09-17 15:53:00 +02:00
|
|
|
/* @makedep: nodrop.cur */
|
2003-10-03 07:01:33 +02:00
|
|
|
0 CURSOR nodrop.cur
|
2000-11-05 21:16:15 +01:00
|
|
|
|
2007-09-17 15:53:00 +02:00
|
|
|
/* @makedep: drag_move.cur */
|
2003-10-03 07:01:33 +02:00
|
|
|
1 CURSOR drag_move.cur
|
2000-11-05 21:16:15 +01:00
|
|
|
|
2007-09-17 15:53:00 +02:00
|
|
|
/* @makedep: drag_copy.cur */
|
2003-10-03 07:01:33 +02:00
|
|
|
2 CURSOR drag_copy.cur
|
2000-11-05 21:16:15 +01:00
|
|
|
|
2007-09-17 15:53:00 +02:00
|
|
|
/* @makedep: drag_link.cur */
|
2003-10-03 07:01:33 +02:00
|
|
|
3 CURSOR drag_link.cur
|