From a6ed64835f42f16e1572fcf0bd64879f2696f660 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Wed, 24 Sep 2025 10:20:31 +0200 Subject: [PATCH] Add WL_NOINCLUDE option --- WL.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WL.c b/WL.c index ac890b0..565fa2b 100644 --- a/WL.c +++ b/WL.c @@ -3,7 +3,10 @@ #include #include #include + +#ifndef WL_NOINCLUDE #include "wl.h" +#endif ///////////////////////////////////////////////////////////////////////// // BASIC