From dc7bfc9c90988a8d4e363d08d29666947d7d6078 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 16 2025 14:29:54 +0000 Subject: sltdl.h: api compatibility: provide the LT_PATHSEP_CHAR macro. --- 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;