9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
#ifndef BHLIB_CONFIG_H
|
|
#define BHLIB_CONFIG_H
|
|
|
|
#cmakedefine BHLIB_USE_WINTHREAD
|
|
#cmakedefine BHLIB_USE_PTHREAD
|
|
#cmakedefine BHLIB_NO_WINXP
|
|
|
|
#endif /* BHLIB_CONFIG_H */
|