mirror of https://github.com/tongzx/nt5src
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.
26 lines
711 B
26 lines
711 B
#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
|