Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#ifndef ERNCVRSN_INC
#define ERNCVRSN_INC
/***************************************************************************/ /** Microsoft Windows **/ /** Copyright(c) Microsoft Corp., 1995-1996 **/ /***************************************************************************/
/****************************************************************************
erncvrsn.hpp
Jun. 96 LenS
Versioning information. Main information is in NCUI.H.
****************************************************************************/
#include "cuserdta.hpp"
#include <inodecnt.h>
BOOL TimeExpired(DWORD dwTime);
#endif // #ifndef ERNCVRSN_INC
|