windows-nt/Source/XPSP1/NT/windows/appcompat/shimdbc/ntcompat.h
2020-09-26 16:20:57 +08:00

25 lines
581 B
C

///////////////////////////////////////////////////////////////////////////////
//
// File: ntcompat.h
//
// History: 27-Mar-01 markder Created.
//
// Desc: This file contains all code needed to create ntcompat.inx
// additions.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef __NTCOMPAT_H__
#define __NTCOMPAT_H__
BOOL NtCompatWriteInfAdditions(
SdbOutputFile* pOutputFile,
SdbDatabase* pDB);
BOOL NtCompatWriteMessageInf(
SdbOutputFile* pOutputFile,
SdbDatabase* pDB);
#endif // __NTCOMPAT_H__