This repository has been archived on 2026-04-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bhlib-old/include/bh/config.in

11 lines
210 B
Plaintext
Raw Normal View History

#ifndef BH_CONFIG_H
#define BH_CONFIG_H
2024-04-14 22:32:58 +03:00
#cmakedefine BH_USE_WINTHREAD
#cmakedefine BH_USE_PTHREAD
#cmakedefine BH_NO_WINXP
#cmakedefine BH_PLATFORM_POSIX
#cmakedefine BH_PLATFORM_WIN
2024-04-14 22:32:58 +03:00
#endif /* BH_CONFIG_H */