From a4d860b0aba24aac2aa80620ff70893d23cc0f61 Mon Sep 17 00:00:00 2001 From: Orcolom Date: Mon, 24 Feb 2025 23:28:13 +0100 Subject: [PATCH] added CLAY_DLL to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 202d0c1..8ae126a 100644 --- a/README.md +++ b/README.md @@ -474,6 +474,7 @@ Clay supports C preprocessor directives to modulate functionality at compile tim The supported directives are: - `CLAY_WASM` - Required when targeting Web Assembly. +- `CLAY_DLL` - Required when creating a .Dll file. ### Bindings for non C