2025-04-27 07:49:33 -04:00

28 lines
323 B
C

/*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
precomp.h
Abstract:
Precompiled header file for storlib library.
Author:
Matthew D Hendel (math) 13-Feb-2001
Revision History:
--*/
#include <ntddk.h>
#include <stdarg.h>
#include <stdio.h>
#include "storlib.h"