mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Set version of kernel32 to Windows 2000 SP4.
This commit is contained in:
parent
8b2c10bcd4
commit
e05044a98d
@ -16,8 +16,13 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define WINE_FILEVERSION_STR "1.0"
|
|
||||||
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
|
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
|
||||||
#define WINE_FILENAME_STR "kernel32.dll"
|
#define WINE_FILENAME_STR "kernel32.dll"
|
||||||
|
|
||||||
|
/* these values come from Windows 2000 SP4 */
|
||||||
|
#define WINE_FILEVERSION 5,0,2195,6688
|
||||||
|
#define WINE_FILEVERSION_STR "5.00.2195.6688"
|
||||||
|
#define WINE_PRODUCTVERSION 5,0,2195,6688
|
||||||
|
#define WINE_PRODUCTVERSION_STR "5.00.2195.6688"
|
||||||
|
|
||||||
#include "wine/wine_common_ver.rc"
|
#include "wine/wine_common_ver.rc"
|
||||||
|
Loading…
Reference in New Issue
Block a user