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.
|
|
/******************************************************************************
* * 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__
|