Synch recent 3.4.2 changes to main trunk
This is merely a synchronization of recent changes for the Macintosh Carbon port, which were committed to the 3.4.2 branch, to the main trunk.
This commit is contained in:
@@ -17,8 +17,12 @@
|
||||
#include "hack.h"
|
||||
#include "mactty.h"
|
||||
#include "macwin.h"
|
||||
#include <Sound.h>
|
||||
#include <Resources.h>
|
||||
#if !TARGET_API_MAC_CARBON
|
||||
# include <Sound.h>
|
||||
# include <Resources.h>
|
||||
#else
|
||||
# define freqDurationCmd 40
|
||||
#endif
|
||||
|
||||
#define SND_BUFFER(s) (&(*s)[20])
|
||||
#define SND_LEN(s) (GetHandleSize(s)-42)
|
||||
|
||||
Reference in New Issue
Block a user