31 lines
691 B
C
31 lines
691 B
C
/******************************************************************************
|
|
*
|
|
* Copyright (c) 1999 Microsoft Corporation
|
|
*
|
|
* Module Name:
|
|
* flstucts.h
|
|
*
|
|
* Abstract:
|
|
* This file includes appropriate headers for the Blob structs.
|
|
*
|
|
* Revision History:
|
|
* Kanwaljit S Marok ( kmarok ) 05/17/99
|
|
* created
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef __FILELIST_STRUCTS__
|
|
#define __FILELIST_STRUCTS__
|
|
|
|
#define DRIVE_LETTER_SIZE 8
|
|
|
|
#define RING3
|
|
|
|
#include "common.h"
|
|
#include "pathtree.h"
|
|
#include "hashlist.h"
|
|
#include "atlbase.h"
|
|
#include "msxml.h"
|
|
|
|
#endif // __FILELIST_STRUCTS__
|