forked from reactos/reactos
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3637446
commit 52e2f6b
Showing
10 changed files
with
36 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,5 @@ | ||
/* | ||
* Copyright 2009 Henri Verbeet for CodeWeavers | ||
* | ||
* 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 "Wine Shell Windows core for One-Core-API" | ||
#define WINE_FILENAME_STR "shcore.dll" | ||
#define WINE_FILEVERSION 6,0,6003,18010 | ||
#define WINE_FILEVERSION_STR "2.10.0" | ||
#define WINE_PRODUCTVERSION 2,10,0 | ||
#define WINE_PRODUCTVERSION_STR "6.0.6003.18010" | ||
#define REACTOS_VERSION_DLL | ||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS cryptbase" | ||
#define REACTOS_STR_INTERNAL_NAME "cryptbase" | ||
#define REACTOS_STR_ORIGINAL_FILENAME "cryptbase.dll" | ||
#include <reactos/version.rc> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,5 @@ | ||
/* | ||
* Copyright 2009 Henri Verbeet for CodeWeavers | ||
* | ||
* 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 "Wine Animation Manager" | ||
#define WINE_FILENAME_STR "uianimation.dll" | ||
#define WINE_FILEVERSION 6,0,6003,18010 | ||
#define WINE_FILEVERSION_STR "2.10.0" | ||
#define WINE_PRODUCTVERSION 2,10,0 | ||
#define WINE_PRODUCTVERSION_STR "6.0.6003.18010" | ||
#define REACTOS_VERSION_DLL | ||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS cryptbase" | ||
#define REACTOS_STR_INTERNAL_NAME "cryptbase" | ||
#define REACTOS_STR_ORIGINAL_FILENAME "cryptbase.dll" | ||
#include <reactos/version.rc> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,5 @@ | ||
/* | ||
* Copyright 2009 Henri Verbeet for CodeWeavers | ||
* | ||
* 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 "Wine UI Automation Core" | ||
#define WINE_FILENAME_STR "uiautomationcore.dll" | ||
#define WINE_FILEVERSION 6,0,6003,18010 | ||
#define WINE_FILEVERSION_STR "2.10.0" | ||
#define WINE_PRODUCTVERSION 2,10,0 | ||
#define WINE_PRODUCTVERSION_STR "6.0.6003.18010" | ||
|
||
#define REACTOS_VERSION_DLL | ||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS cryptbase" | ||
#define REACTOS_STR_INTERNAL_NAME "cryptbase" | ||
#define REACTOS_STR_ORIGINAL_FILENAME "cryptbase.dll" | ||
#include <reactos/version.rc> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,5 @@ | ||
/* | ||
* Copyright 2009 Henri Verbeet for CodeWeavers | ||
* | ||
* 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 "Wine USB Driver User Library" | ||
#define WINE_FILENAME_STR "winusb.dll" | ||
#define WINE_FILEVERSION 6,0,6003,18010 | ||
#define WINE_FILEVERSION_STR "2.10.0" | ||
#define WINE_PRODUCTVERSION 2,10,0 | ||
#define WINE_PRODUCTVERSION_STR "6.0.6003.18010" | ||
#define REACTOS_VERSION_DLL | ||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS cryptbase" | ||
#define REACTOS_STR_INTERNAL_NAME "cryptbase" | ||
#define REACTOS_STR_ORIGINAL_FILENAME "cryptbase.dll" | ||
#include <reactos/version.rc> |