mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-29 14:49:44 +00:00
- fixed compilation problems
This commit is contained in:
parent
38e68144b2
commit
5a606f4724
@ -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 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 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 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
|
enum { // ComponentResource struct
|
||||||
componentType = 0,
|
componentType = 0,
|
||||||
|
@ -18,6 +18,9 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "sysdeps.h"
|
||||||
|
|
||||||
|
#include "sys.h"
|
||||||
#include "prefs.h"
|
#include "prefs.h"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user