27 lines
711 B
C++
27 lines
711 B
C++
#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
|