Ticket #23770: patch-compat.h.diff

File patch-compat.h.diff, 361 bytes (added by tomldavis@…, 14 years ago)
  • compat.h

    old new  
    8282
    8383    #if __APPLE__
    8484        #define SwitchToThread() pthread_yield_np()
    85         #define DYNLIB_EXT ".dynlib"
     85        #define DYNLIB_EXT ".so"
    8686    #else
    8787        #define SwitchToThread() pthread_yield()
    8888        #define DYNLIB_EXT ".so"