mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Include build no in szCSDVersion
svn path=/trunk/; revision=7578
This commit is contained in:
parent
ddf0217684
commit
8f153a5029
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: env.c,v 1.22 2003/07/10 18:50:51 chorns Exp $
|
||||
/* $Id: env.c,v 1.23 2004/01/12 11:05:38 gvg Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -285,7 +285,7 @@ GetVersionExW(
|
|||
wcsncpy
|
||||
(
|
||||
lpVersionInformation->szCSDVersion,
|
||||
L"ReactOS " KERNEL_VERSION_STR,
|
||||
L"ReactOS " KERNEL_VERSION_STR L" (Build " KERNEL_VERSION_BUILD_STR L")",
|
||||
sizeof(lpVersionInformation->szCSDVersion) / sizeof(WCHAR)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue