From dc7bfc9c90988a8d4e363d08d29666947d7d6078 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 16 Jun 2025 14:29:54 +0000 Subject: sltdl.h: api compatibility: provide the LT_PATHSEP_CHAR macro. --- include/sltdl/sltdl.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3