mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Remove some old erratta, and do a major tidy up of line endings and properties on source files
This commit is contained in:
@@ -1 +1,29 @@
|
||||
#ifndef __SYS_TYPES_H__
|
||||
#ifndef __SYS_TYPES_H__
|
||||
#define __SYS_TYPES_H__ 1
|
||||
|
||||
#include <MacTypes.h>
|
||||
#include <alloca.h>
|
||||
#include <string.h>
|
||||
|
||||
typedef short int16_t;
|
||||
typedef long int32_t;
|
||||
typedef long long int64_t;
|
||||
|
||||
#define vorbis_size32_t long
|
||||
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#pragma options align=power
|
||||
|
||||
char *strdup(const char *inStr);
|
||||
|
||||
#pragma options align=reset
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __SYS_TYPES_H__ */
|
||||
|
Reference in New Issue
Block a user