2002-06-26 Casper S. Hornstrup <chorns@users.sourceforge.net>

* include/winbase.h (WINBASEAPI): Don't define if prior
	definition.

	* include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
	PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
	PARTITION_UNIX): Add defines.
	(PDRIVE_LAYOUT_INFORMATION): Add typedef.
	(IsRecognizedPartition): Also check for PARTITION_FAT32,
	PARTITION_FAT32_XINT13 and PARTITION_XINT13.
	(IsContainerPartition): Add macro.
This commit is contained in:
Danny Smith
2002-06-25 21:05:19 +00:00
parent fc067ba5b8
commit 8e8a913ff1
3 changed files with 38 additions and 6 deletions

View File

@ -4,7 +4,9 @@
#pragma GCC system_header
#endif
#ifndef WINBASEAPI
#define WINBASEAPI DECLSPEC_IMPORT
#endif
#ifdef __cplusplus
extern "C" {
#endif