mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
Fix compiler error by renaming HAVE_UCONTEXT_H -> PHAVE_UCONTEXT_H
This commit is contained in:
parent
aefb14e678
commit
61e984f63d
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#ifdef THREAD_SIMPLE_IMPL
|
#ifdef THREAD_SIMPLE_IMPL
|
||||||
|
|
||||||
#if defined(HAVE_UCONTEXT_H)
|
#if defined(PHAVE_UCONTEXT_H)
|
||||||
|
|
||||||
/* The getcontext() / setcontext() implementation. Easy-peasy. */
|
/* The getcontext() / setcontext() implementation. Easy-peasy. */
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#ifdef THREAD_SIMPLE_IMPL
|
#ifdef THREAD_SIMPLE_IMPL
|
||||||
|
|
||||||
#if defined(HAVE_UCONTEXT_H)
|
#if defined(PHAVE_UCONTEXT_H)
|
||||||
/* We'd prefer to use getcontext() / setcontext() to portably change
|
/* We'd prefer to use getcontext() / setcontext() to portably change
|
||||||
execution contexts within C code. That's what these library
|
execution contexts within C code. That's what these library
|
||||||
functions are designed for. */
|
functions are designed for. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user