29 lines
414 B
C
29 lines
414 B
C
|
|
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
storlib.h
|
|
|
|
Abstract:
|
|
|
|
Root include file for the storlib library. This include file includes
|
|
all other necessary to use the library.
|
|
|
|
Author:
|
|
|
|
Matthew D Hendel (math) 13-Feb-2001
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#pragma once
|
|
|
|
#include "sldefs.h"
|
|
#include "sldebug.h"
|
|
#include "sldict.h"
|
|
#include "slgateway.h"
|