Browse Source

Correct control.h again.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3626 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/v1.9.4
sletz 16 years ago
parent
commit
4d64f8e232
1 changed files with 2 additions and 7 deletions
  1. +2
    -7
      common/jack/control.h

+ 2
- 7
common/jack/control.h View File

@@ -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 */


Loading…
Cancel
Save