singrdk/base/Kernel/linkdate.cpp

10 lines
271 B
C++
Raw Normal View History

2008-03-05 09:52:00 -05:00
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
#define __T(x) L ## x
#define _T(x) __T(x)
wchar_t _LinkDate[] = _T(__DATE__) _T(" ") _T(__TIME__);