hal: Add a stub for HalGetBusData() to make 3DMark2001SE happy in WinNT mode.

Alexandre Julliard julliard at winehq.org
Wed Mar 5 12:07:16 CST 2008


Francois Gouget <fgouget at 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 at winehq.org



More information about the wine-devel mailing list