From 0b14a4031416a23941b815e231a9aadeada181cc Mon Sep 17 00:00:00 2001 From: nihui Date: Sun, 25 Feb 2024 17:48:36 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1eec806..b1cbf5c 100644 --- a/README.md +++ b/README.md @@ -24,17 +24,17 @@ int main() } ``` + +OS✅ Windows
✅ Linux
✅ macOS
✅ Android
✅ iOS
✅ FreeBSD
✅ NetBSD
✅ OpenBSD +Compiler✅ GCC
✅ Clang
✅ MSVC
✅ MinGW + + #### Best practice for using `ruapu.h` in multiple compilation units 1. Create one `ruapu.c` for your project 2. `ruapu.c` is **ONLY** `#define RUAPU_IMPLEMENTATION` and `#include "ruapu.h"` 3. Other sources `#include "ruapu.h"` but **NO** `#define RUAPU_IMPLEMENTATION` - -OS✅ Windows
✅ Linux
✅ macOS
✅ Android
✅ iOS
✅ FreeBSD
✅ NetBSD
✅ OpenBSD -Compiler✅ GCC
✅ Clang
✅ MSVC
✅ MinGW - - ## Let's ruapu