sletz
16 years ago
1 changed files with
2 additions and
7 deletions
-
common/jack/control.h
|
|
@@ -31,13 +31,8 @@ |
|
|
|
|
|
|
|
#include <jack/jslist.h> |
|
|
|
#include <jack/systemdeps.h> |
|
|
|
#if __STDC_VERSION__ >= 199901L |
|
|
|
# include <stdbool.h> |
|
|
|
#else |
|
|
|
# define TRUE 1 |
|
|
|
# define FALSE 0 |
|
|
|
# define bool int |
|
|
|
# define __bool_true_false_are_defined |
|
|
|
#if !defined (__sun__) |
|
|
|
#include <stdbool.h> |
|
|
|
#endif |
|
|
|
|
|
|
|
/** Parameter types, intentionally similar to jack_driver_param_type_t */ |
|
|
|