Mercurial
diff seobeo/seobeo.h @ 64:a30944e5719e
Added vibe coded markdown to html script since it is useful for me. Updated Dowa so that it can be compiled without dirnet for windows.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 23 Dec 2025 15:18:46 -0800 |
| parents | 84672efec192 |
| children | a0f0ad5e42eb |
line wrap: on
line diff
--- a/seobeo/seobeo.h Tue Dec 23 14:00:37 2025 -0800 +++ b/seobeo/seobeo.h Tue Dec 23 15:18:46 2025 -0800 @@ -8,6 +8,11 @@ * Library for starting TCP, UDP server and serving static file or path. */ +// Define DIRECTORY before any includes to enable directory operations in dowa.h +#ifndef DIRECTORY +#define DIRECTORY +#endif + #include <stdio.h> #include <stdlib.h> #include <unistd.h>