Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- File /opt/Native_SDK/examples/Vulkan/GnomeHorde/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
- /* */
- #include <pthread.h>
- int main(int argc, char** argv)
- {
- (void)argv;
- #ifndef pthread_create
- return ((int*)(&pthread_create))[argc];
- #else
- (void)argc;
- return 0;
- #endif
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement