- fixed compilation problems

This commit is contained in:
cebix 2000-07-25 16:25:04 +00:00
parent 38e68144b2
commit 5a606f4724
2 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,8 @@ const uint32 siHeadphoneVolume = FOURCC('p','v','o','l'); // volume level of he
const uint32 siHeadphoneVolumeSteps = FOURCC('h','d','s','t'); // number of volume steps for headphone
const uint32 siSpeakerMute = FOURCC('s','m','u','t'); // mute state of all built-in speakers
const uint32 siSpeakerVolume = FOURCC('s','v','o','l'); // volume level of built-in speaker
const uint32 siDeviceName = FOURCC('n','a','m','e');
const uint32 siDeviceIcon = FOURCC('i','c','o','n');
enum { // ComponentResource struct
componentType = 0,

View File

@ -18,6 +18,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "sysdeps.h"
#include "sys.h"
#include "prefs.h"