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.

51 lines
986 B

  1. /*++
  2. (c) 1998 Seagate Software, Inc. All rights reserved.
  3. Module Name:
  4. StdAfx.h
  5. Abstract:
  6. Base include file
  7. Author:
  8. Art Bragg [abragg] 04-Aug-1997
  9. Revision History:
  10. --*/
  11. #ifndef STDAFX_H
  12. #define STDAFX_H
  13. #pragma once
  14. #include <afxwin.h> // MFC core and standard components
  15. #include <afxext.h> // MFC extensions
  16. #include <afxcmn.h> // MFC support for Windows Common Controls
  17. #include <afxdisp.h>
  18. #include <shlobj.h>
  19. #define WSB_TRACE_IS WSB_TRACE_BIT_UI
  20. #include "wsb.h"
  21. #include "Fsa.h" // Fsa interface
  22. #include "HSMConn.h"
  23. #include "RsUtil.h"
  24. #include "resource.h"
  25. #include "hsmshell.h"
  26. #include "PrDrive.h"
  27. #define HSMADMIN_MIN_MINSIZE 2
  28. #define HSMADMIN_MAX_MINSIZE 32000
  29. #define HSMADMIN_MIN_FREESPACE 0
  30. #define HSMADMIN_MAX_FREESPACE 99
  31. #define HSMADMIN_MIN_INACTIVITY 0
  32. #define HSMADMIN_MAX_INACTIVITY 999
  33. #endif