diff options
author | midipix <writeonce@midipix.org> | 2025-06-16 14:29:54 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-16 14:29:54 +0000 |
commit | dc7bfc9c90988a8d4e363d08d29666947d7d6078 (patch) | |
tree | 25a3cc59c7e43a954125d096057a95a3d3a6be4f | |
parent | f6b52e6c1dc888b2d2a641f541940424ec1350dd (diff) | |
download | sltdl-dc7bfc9c90988a8d4e363d08d29666947d7d6078.tar.bz2 sltdl-dc7bfc9c90988a8d4e363d08d29666947d7d6078.tar.xz |
sltdl.h: api compatibility: provide the LT_PATHSEP_CHAR macro.
-rw-r--r-- | include/sltdl/sltdl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sltdl/sltdl.h b/include/sltdl/sltdl.h index 2b9d399..cc3c58e 100644 --- a/include/sltdl/sltdl.h +++ b/include/sltdl/sltdl.h @@ -20,6 +20,8 @@ extern "C" { /* */ /**********************************************************************/ +#define LT_PATHSEP_CHAR ':' + typedef struct lt_modctx * lt_dlhandle; typedef struct lt_modctl * lt_dladvise; |