WindowsXP-SP1/windows/appcompat/shimdbc/ntcompat.h
2020-09-30 16:53:49 +02:00

25 lines
605 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__