From d0e5aec342c805e74ddb9d1ffe8d0110a23604be Mon Sep 17 00:00:00 2001 From: The Arrayser <68914060+TheArrayser@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:43:24 +0200 Subject: [PATCH] e --- System Abstraction/cdb_sustem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System Abstraction/cdb_sustem.h b/System Abstraction/cdb_sustem.h index 325bd2c..53449c7 100644 --- a/System Abstraction/cdb_sustem.h +++ b/System Abstraction/cdb_sustem.h @@ -41,5 +41,5 @@ void sus_heapFree(void * memroy); // what should this function do, if an error o // Networking API -- coming soon, cuz idk //Threads -sus_Bool sus_threadNew(int (*proc)(void* arg), void* arg); +sus_Bool sus_threadNew(__attribute__ ((stdcall)) int (*proc)(void)); void sus_threadSleep(unsigned long seconds); \ No newline at end of file