optimize hide curs lite. so it does not tryung update the underlying surface hold...
[reactos.git] / reactos / include / wine / wine_common_ver.rc
1 /*
2 * Copyright 2001 Dmitry Timoshkov
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 */
18
19 /* Convert Wine #defines to ReactOS #defines */
20 #ifdef WINE_FILEVERSION
21 #define REACTOS_FILEVERSION WINE_FILEVERSION
22 #endif /* WINE_FILEVERSION */
23
24 #ifdef WINE_FILEVERSION_STR
25 #define REACTOS_STR_FILE_VERSION WINE_FILEVERSION_STR
26 #endif /* WINE_FILEVERSION_STR */
27
28 #ifdef WINE_FILEDESCRIPTION_STR
29 #define REACTOS_STR_FILE_DESCRIPTION WINE_FILEDESCRIPTION_STR
30 #else
31 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS/Wine core dll\0"
32 #endif /* WINE_FILEDESCRIPTION_STR */
33
34 #ifdef WINE_FILENAME_STR
35 #define REACTOS_STR_INTERNAL_NAME WINE_FILENAME_STR
36 #define REACTOS_STR_ORIGINAL_FILENAME WINE_FILENAME_STR
37 #endif /* WINE_FILENAME_STR */
38
39 #ifdef WINE_PRODUCTVERSION
40 #define REACTOS_PRODUCT_VERSION WINE_PRODUCTVERSION
41 #endif /* WINE_PRODUCTVERSION */
42
43 #ifdef WINE_PRODUCTVERSION_STR
44 #define REACTOS_STR_PRODUCT_VERSION WINE_PRODUCTVERSION_STR
45 #endif /* WINE_PRODUCTVERSION_STR */
46
47 #ifdef WINE_PRODUCTNAME_STR
48 #define REACTOS_STR_PRODUCT_NAME WINE_PRODUCTNAME_STR
49 #endif /* WINE_PRODUCTNAME_STR */
50
51 #ifdef WINE_OLESELFREGISTER
52 #define REACTOS_OLESELFREGISTER
53 #endif /* WINE_OLESELFREGISTER */
54
55 /* Credit the Wine team */
56 #define REACTOS_STR_COMPANY_NAME "ReactOS Development Team/Wine Team\0"
57 #define REACTOS_STR_LEGAL_COPYRIGHT "Copyright 1998-2004 ReactOS Team, 1993-2004 the Wine project authors\0"
58 #define REACTOS_STR_ORIGINAL_COPYRIGHT "Copyright (c) 1993-2001 the Wine project authors " \
59 "(see the file AUTHORS for a complete list)"
60
61 #define REACTOS_VERSION_DLL
62
63 #include <reactos/version.rc>