mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 20:11:58 +00:00
Autosyncing with Wine HEAD
svn path=/trunk/; revision=24200
This commit is contained in:
parent
446242dfb2
commit
1b0a889e2b
2 changed files with 25 additions and 0 deletions
|
@ -14,5 +14,6 @@
|
|||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>richedit.c</file>
|
||||
<file>version.rc</file>
|
||||
<file>riched32.spec</file>
|
||||
</module>
|
||||
|
|
24
reactos/dll/win32/riched32/version.rc
Normal file
24
reactos/dll/win32/riched32/version.rc
Normal file
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
* 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
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WINE_FILEDESCRIPTION_STR "Wrapper Dll for Richedit"
|
||||
#define WINE_FILENAME_STR "riched32.dll"
|
||||
#define WINE_FILEVERSION 5,1,2600,0
|
||||
#define WINE_FILEVERSION_STR "5,1,2600,0"
|
||||
#define WINE_PRODUCTVERSION 5,1,2600,0
|
||||
#define WINE_PRODUCTVERSION_STR "5,1,2600,0"
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
Loading…
Add table
Add a link
Reference in a new issue