mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-25 07:04:58 -07:00
Merge branch 'master' of https://github.com/odin-lang/Odin
This commit is contained in:
@@ -90,6 +90,10 @@ extern "C" {
|
||||
#error This operating system is not supported
|
||||
#endif
|
||||
|
||||
#if defined(GB_SYSTEM_OPENBSD)
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define GB_COMPILER_MSVC 1
|
||||
#elif defined(__GNUC__)
|
||||
|
||||
Reference in New Issue
Block a user