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.

28 lines
414 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. storlib.h
  5. Abstract:
  6. Root include file for the storlib library. This include file includes
  7. all other necessary to use the library.
  8. Author:
  9. Matthew D Hendel (math) 13-Feb-2001
  10. Revision History:
  11. --*/
  12. #pragma once
  13. #include "sldefs.h"
  14. #include "sldebug.h"
  15. #include "sldict.h"
  16. #include "slgateway.h"