diff options
author | Lunar Journal <root@spacehen.io> | 2023-09-19 14:58:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 14:58:14 +0200 |
commit | c91add978d814d88d26c2f6599ccee6e5f52d230 (patch) | |
tree | 541ce5fb5121bf06fc51a9c26ef23916dcab0073 | |
parent | c456e4e710ceeffed42833560784737fabd9513a (diff) | |
download | cdl86-c91add978d814d88d26c2f6599ccee6e5f52d230.tar.gz cdl86-c91add978d814d88d26c2f6599ccee6e5f52d230.zip |
cdl86: cdl.c: update header comment
Add info for windows.
-rw-r--r-- | cdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ * @file cdl.c
* @brief cdl86 (Compact Detour Library) - cdl.c
*
- * Experimental Linux x86_64 detour library.
+ * Experimental Linux & Windows x86_64 detour library.
*
* Copyright (c) 2022 (Dylan Muller)
* All rights reserved.
|