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.

30 lines
691 B

  1. /******************************************************************************
  2. *
  3. * Copyright (c) 1999 Microsoft Corporation
  4. *
  5. * Module Name:
  6. * flstucts.h
  7. *
  8. * Abstract:
  9. * This file includes appropriate headers for the Blob structs.
  10. *
  11. * Revision History:
  12. * Kanwaljit S Marok ( kmarok ) 05/17/99
  13. * created
  14. *
  15. *****************************************************************************/
  16. #ifndef __FILELIST_STRUCTS__
  17. #define __FILELIST_STRUCTS__
  18. #define DRIVE_LETTER_SIZE 8
  19. #define RING3
  20. #include "common.h"
  21. #include "pathtree.h"
  22. #include "hashlist.h"
  23. #include "atlbase.h"
  24. #include "msxml.h"
  25. #endif // __FILELIST_STRUCTS__