Ticket #23770: patch-compat.h.diff
File patch-compat.h.diff, 361 bytes (added by tomldavis@…, 15 years ago) |
---|
-
compat.h
old new 82 82 83 83 #if __APPLE__ 84 84 #define SwitchToThread() pthread_yield_np() 85 #define DYNLIB_EXT ". dynlib"85 #define DYNLIB_EXT ".so" 86 86 #else 87 87 #define SwitchToThread() pthread_yield() 88 88 #define DYNLIB_EXT ".so"