windows-nt/Source/XPSP1/NT/enduser/windows.com/lib/trust/trustpriv.h

24 lines
448 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// TrustPriv.h
//
// Some private trust settings for trust.cpp
//
// History:
//
// 2001-11-05 KenSh Created
//
#pragma once
//
// Disable IU logging if requested
//
#ifdef DISABLE_IU_LOGGING
inline void __cdecl LOG_Block(LPCSTR, ...) { }
inline void __cdecl LOG_Error(LPCTSTR, ...) { }
inline void __cdecl LOG_Trust(LPCTSTR, ...) { }
inline void __cdecl LogError(HRESULT, LPCSTR, ...) { }
inline void LOG_ErrorMsg(HRESULT) { }
#endif