[LIBMPG123]
[reactos.git] / reactos / sdk / lib / 3rdparty / libmpg123 / compat / compat.c
1 /*
2 Just to ensure that libraries and programs get their separate
3 compatibility object. There should be a compatibility library,
4 I presume, but I don't want to create another glib, I just want
5 some internal functions to ease coding.
6
7 I'll sort it out properly sometime.
8
9 I smell symbol conflicts, anyway. Actually wondering why it
10 worked so far.
11 */
12
13 #include "config.h"
14 #include "intsym.h"
15 #define NO_CATCHSIGNAL
16 #include "compat/compat_impl.h"