Mercurial
diff dowa/dowa.h @ 18:fa2b8af609d9
[Seobeo] Fixed a bug with pathing. Support SSL.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Mon, 06 Oct 2025 08:21:34 -0700 |
| parents | 3e12bf044589 |
| children | 0a9e67c7039a |
line wrap: on
line diff
--- a/dowa/dowa.h Sat Oct 04 07:53:12 2025 -0700 +++ b/dowa/dowa.h Mon Oct 06 08:21:34 2025 -0700 @@ -14,6 +14,9 @@ #define HASH_KEY_NUMBER 5381 // DJD hash number #define ONE_MEGA_BYTE 1048576 +#define TRUE 1 +#define FALSE 0 + typedef unsigned int uint32; typedef int int32; typedef unsigned short uint16;