21 lines
242 B
C
21 lines
242 B
C
|
#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 USE_GPU_PRIORITY @USE_GPU_PRIORITY@
|
||
|
#define GPU_PRIORITY_VAL @GPU_PRIORITY_VAL@
|