Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.4 KiB

  1. // slbCsp.h : main header file for the SLB CSP DLL
  2. //
  3. // (c) Copyright Schlumberger Technology Corp., unpublished work, created
  4. // 1999. This computer program includes Confidential, Proprietary
  5. // Information and is a Trade Secret of Schlumberger Technology Corp. All
  6. // use, disclosure, and/or reproduction is prohibited unless authorized
  7. // in writing. All Rights Reserved.
  8. #if !defined(SLBCSP_H)
  9. #define SLBCSP_H
  10. #ifndef __AFXWIN_H__
  11. #error include 'stdafx.h' before including this file for PCH
  12. #endif
  13. #include <slbRcCsp.h>
  14. #if defined(_DEBUG)
  15. #define breakpoint _CrtDbgBreak();
  16. #else
  17. #if !defined(breakpoint)
  18. #define breakpoint
  19. #endif // !defined(breakpoint)
  20. #endif // defined(_DEBUG)
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CSLBDllApp
  23. // See SlbCsp.cpp for the implementation of this class
  24. //
  25. class CSLBDllApp : public CWinApp
  26. {
  27. public:
  28. virtual int ExitInstance();
  29. virtual BOOL InitInstance();
  30. CSLBDllApp();
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CSLBDllApp)
  34. //}}AFX_VIRTUAL
  35. //{{AFX_MSG(CSLBDllApp)
  36. // NOTE - the ClassWizard will add and remove member functions here.
  37. // DO NOT EDIT what you see in these blocks of generated code !
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP() ;
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. #endif // SLBCSP_H