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