j'ai du faire ses changement pour que ca compile sur linux

This commit is contained in:
2026-04-14 00:39:00 +01:00
parent 81d47fb675
commit 657752313e
2 changed files with 3 additions and 3 deletions

1
base.h
View File

@@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#if defined(_WIN32) || defined(_WIN64)
#define PLATFORM_WINDOWS 1