Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r219f52c rcb124fc6  
    596596  char *kill_buffer;
    597597  int interrupt_count;
     598#if GLIB_CHECK_VERSION(2, 31, 0)
     599  GMutex interrupt_lock;
     600#else
    598601  GMutex *interrupt_lock;
     602#endif
    599603} owl_global;
    600604
Note: See TracChangeset for help on using the changeset viewer.