8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
#ifndef BHLIB_CONFIG_H
|
|
#define BHLIB_CONFIG_H
|
|
|
|
#cmakedefine BHLIB_USE_WINTHREAD
|
|
#cmakedefine BHLIB_USE_PTHREAD
|
|
|
|
#endif /* BHLIB_CONFIG_H */
|