/*********************************************************************** Copyright (c) 1999 - 2002, Microsoft Corporation All Rights Reserved. ***********************************************************************/ // SHOWERR.h // #ifndef __SHOWERR_H_ #define __SHOWERR_H_ #include "ca_mergex20.h" //#include "ca_mergex.h" void ShowErrors(ISSCEErrors* pISSCEErrors, WCHAR* pwszCaption); #endif //__SHOWERR_H_