mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- fix compilation with msvc8
svn path=/trunk/; revision=32782
This commit is contained in:
@@ -1850,7 +1850,7 @@ Initialize (int argc, const TCHAR* argv[])
|
||||
_T(KERNEL_RELEASE_STR),
|
||||
_T(KERNEL_VERSION_BUILD_STR));
|
||||
|
||||
ConOutPuts (_T("(C) Copyright 1998-" COPYRIGHT_YEAR " ReactOS Team.\n"));
|
||||
ConOutPuts (_T("(C) Copyright 1998-") _T(COPYRIGHT_YEAR) _T(" ReactOS Team.\n"));
|
||||
}
|
||||
|
||||
ExecuteAutoRunFile ();
|
||||
|
||||
@@ -78,7 +78,7 @@ INT cmd_ver (LPTSTR cmd, LPTSTR param)
|
||||
{
|
||||
|
||||
ConOutPuts (_T("Copyright (C) 1994-1998 Tim Norman and others."));
|
||||
ConOutPuts (_T("Copyright (C) 1998-" COPYRIGHT_YEAR " ReactOS Team"));
|
||||
ConOutPuts (_T("Copyright (C) 1998-") _T(COPYRIGHT_YEAR) _T(" ReactOS Team"));
|
||||
|
||||
for (i = 0; param[i]; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user