home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / program / ABOSE101.ZIP / mxlAboSE.h < prev    next >
C/C++ Source or Header  |  1996-04-13  |  2KB  |  34 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //                                                                         //
  3. // This is a part of mxlAbout                                              //
  4. // Copyright 1996 David Somers                                             //
  5. // All rights reserved                                                     //
  6. //                                                                         //
  7. // For information about mxlAbout send email to                            //
  8. // CompuServe account 101722,1421 (Internet 101722.1421@compuserve.com)    //
  9. //                                                                         //
  10. /////////////////////////////////////////////////////////////////////////////
  11. //                                                                         //
  12. // No representation is made concerning either the merchantability of this //
  13. // software or the suitability of this software for any particular         //
  14. // purpose. It is provided "as is" without express or implied warranty of  //
  15. // any kind.                                                               //
  16. //                                                                         //
  17. /////////////////////////////////////////////////////////////////////////////
  18.  
  19. #ifndef __mxlAboutSE_h__
  20. #define __mxlAboutSE_h__
  21.  
  22. #ifdef _DEBUG
  23. #error mxlAboutSE can only be used with RELEASE build application!
  24. #endif
  25.  
  26. class AFX_EXT_CLASS PSmxlAboutSE
  27. {
  28. public:
  29.     PSmxlAboutSE(UINT riApp, LPCTSTR rsNotice=NULL);
  30.     ~PSmxlAboutSE();
  31. };
  32.  
  33. #endif // #ifndef __mxlAboutSE_h__
  34.