Source code of Windows XP (NT5)
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.

26 lines
407 B

  1. /*++
  2. Copyright (c) 1990-1998 Microsoft Corporation
  3. Module Name:
  4. hanfnc.c
  5. Abstract:
  6. default handlers for hal functions which don't get handlers
  7. installed by the hal
  8. --*/
  9. #ifndef _DRIVESUP_H_
  10. #define _DRIVESUP_H_
  11. #define BOOTABLE_PARTITION 0
  12. #define PRIMARY_PARTITION 1
  13. #define LOGICAL_PARTITION 2
  14. #define FT_PARTITION 3
  15. #define OTHER_PARTITION 4
  16. #endif // _DRIVESUP_H_