- fix compilation with msvc8

svn path=/trunk/; revision=32782
This commit is contained in:
Johannes Anderwald
2008-03-30 10:01:37 +00:00
parent 891170c25c
commit 75637afd81
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 ();
+1 -1
View File
@@ -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++)
{