Francois Gouget <fgouget(a)codeweavers.com> writes:
> +typedef enum _BUS_DATA_TYPE
> +{
> + ConfigurationSpaceUndefined = -1,
> + Cmos,
> + EisaConfiguration,
> + Pos,
> + CbusConfiguration,
> + PCIConfiguration,
> + VMEConfiguration,
> + NuBusConfiguration,
> + PCMCIAConfiguration,
> + MPIConfiguration,
> + MPSAConfiguration,
> + PNPISAConfiguration,
> + MaximumBusDataType
> +} BUS_DATA_TYPE, *PBUS_DATA_TYPE;
Shouldn't that stuff go into a public header?
--
Alexandre Julliard
julliard(a)winehq.org