diff options
| author | Ray <[email protected]> | 2023-03-19 11:25:29 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-03-19 11:25:29 +0100 |
| commit | 2e02474b7aac2e6e3fe680a3aa996973585eeaad (patch) | |
| tree | 27f83b579d6e7b015c28620ccfd47cf445f9e8fc | |
| parent | c14c7f0b695edb363d9622777fee1986e61afd7e (diff) | |
| download | raylib-2e02474b7aac2e6e3fe680a3aa996973585eeaad.tar.gz raylib-2e02474b7aac2e6e3fe680a3aa996973585eeaad.zip | |
Update core_loading_thread.c
| -rw-r--r-- | examples/core/core_loading_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/core/core_loading_thread.c b/examples/core/core_loading_thread.c index 5a988bb2..0538dcee 100644 --- a/examples/core/core_loading_thread.c +++ b/examples/core/core_loading_thread.c @@ -15,6 +15,7 @@ #include "raylib.h" +// WARNING: This example does not build on Windows with MSVC compiler #include "pthread.h" // POSIX style threads management #include <stdatomic.h> // C11 atomic data types |
