mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
pipeline: fix compilation error on Windows with simple threading
This commit is contained in:
parent
30d9f88f8e
commit
e4819f2b5c
@ -23,7 +23,7 @@
|
|||||||
using OS-provided threading constructs. This is via either Windows
|
using OS-provided threading constructs. This is via either Windows
|
||||||
or Posix threads. */
|
or Posix threads. */
|
||||||
|
|
||||||
#if defined(WIN32) && defined(OS_SIMPLE_THREADS)
|
#if defined(_WIN32) && defined(OS_SIMPLE_THREADS)
|
||||||
|
|
||||||
#include "contextSwitch_windows_src.c"
|
#include "contextSwitch_windows_src.c"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user