11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
#ifndef BH_CONFIG_H
|
|
#define BH_CONFIG_H
|
|
|
|
#cmakedefine BH_USE_WINTHREAD
|
|
#cmakedefine BH_USE_PTHREAD
|
|
#cmakedefine BH_NO_WINXP
|
|
#cmakedefine BH_PLATFORM_POSIX
|
|
#cmakedefine BH_PLATFORM_WIN
|
|
|
|
#endif /* BH_CONFIG_H */
|