Type redefinitions
Type redefinitions
- Subject: Type redefinitions
- From: "Sean Morrell" <email@hidden>
- Date: Sun, 02 Dec 2001 20:48:18 -0800
I am writing a HAL plugin. When I include the AudioDriverPlugIn.h header,
I get redefinition errors regarding types such as UInt8. This occurs even
when AudioDriverPlugIn.h is the only header included in my source. How
do I get around this problem? Do I need a define or undefine?
Note the plugin for the AppleOnboardAudio driver isn't implemented and has
the include statement for this header commented out.
Thanks,
Sean