diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2018-04-21 22:00:00 (GMT) | 
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2018-04-21 22:00:00 (GMT) | 
| commit | 8eb95d316f7b6fbad0ff798abfe7f70f89e812d2 (patch) | |
| tree | 4f310c7ffdb94d48fff236e63c7e6f0ed9f1dee1 /src/glibext/delayed-int.h | |
| parent | 315146a49b5570294ca20beca720c4e3f74a86bd (diff) | |
Improved the way file formats are detected and loaded.
Diffstat (limited to 'src/glibext/delayed-int.h')
| -rw-r--r-- | src/glibext/delayed-int.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/src/glibext/delayed-int.h b/src/glibext/delayed-int.h index 2e1b4be..6ffff75 100644 --- a/src/glibext/delayed-int.h +++ b/src/glibext/delayed-int.h @@ -21,6 +21,10 @@   */ +#ifndef _GLIBEXT_DELAYED_INT_H +#define _GLIBEXT_DELAYED_INT_H + +  #include "delayed.h" @@ -65,3 +69,7 @@ struct _GDelayedWorkClass  #define delayed_work_list_add_tail(new, head) dl_list_add_tail(new, head, GDelayedWork, link)  #define delayed_work_list_del(item, head) dl_list_del(item, head, GDelayedWork, link) + + + +#endif  /* _GLIBEXT_DELAYED_INT_H */ | 
