9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
#ifndef BH_CONFIG_H
|
|
#define BH_CONFIG_H
|
|
|
|
#cmakedefine BH_PLATFORM_POSIX
|
|
#cmakedefine BH_PLATFORM_WIN
|
|
#cmakedefine BH_PLATFORM_THREADS
|
|
|
|
#endif /* BH_CONFIG_H */
|