Chameleon

Chameleon Commit Details

Date:2010-08-05 08:23:14 (13 years 8 months ago)
Author:Evan Lojewski
Commit:307
Parents: 306
Message:Removed gBootFileType_t form the enum definition. Any module that includes libsaio.h would include a symbol for gBootFileType_t in the symtab, and we don't want that.
Changes:
M/branches/meklort/i386/libsaio/saio_types.h

File differences

branches/meklort/i386/libsaio/saio_types.h
247247
248248
249249
250
250
251251
252252
253253
enum {
kNetworkDeviceType = kBIOSDevTypeNetwork,
kBlockDeviceType = kBIOSDevTypeHardDrive
} gBootFileType_t;
};
enum {
kCursorTypeHidden = 0x0100,

Archive Download the corresponding diff file

Revision: 307