13 lines
164 B
C
13 lines
164 B
C
/* Patches */
|
|
|
|
#if OPENCOPIED_PATCH
|
|
#include "opencopied.c"
|
|
#endif
|
|
|
|
#if FIXIME_PATCH
|
|
#include "fixime.c"
|
|
#endif
|
|
|
|
#if XRESOURCES_PATCH
|
|
#include "xresources.c"
|
|
#endif |