| 123456789101112131415161718192021 |
- #pragma once
- #ifndef TRUE
- #define TRUE 1
- #endif
- #ifndef ON
- #define ON 1
- #endif
- #ifndef FALSE
- #define FALSE 0
- #endif
- #ifndef OFF
- #define OFF 0
- #endif
- #define MIXER_ENABLED @MIXER_ENABLED@
- #define MIXER_CLIENTID "@MIXER_CLIENTID@"
- #define MIXER_HASH 0x@MIXER_HASH@
|