mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix the #ifdef for the release_fcontext stub
As if the if def hell was easy to read
This commit is contained in:
parent
726b137fed
commit
32a747374f
7
thirdparty/libcontext/libcontext.cpp
vendored
7
thirdparty/libcontext/libcontext.cpp
vendored
@ -1552,8 +1552,6 @@ __asm (
|
||||
);
|
||||
#endif
|
||||
|
||||
#if( defined( LIBCONTEXT_PLATFORM_msvc_x86_64 ) || defined( LIBCONTEXT_PLATFORM_msvc_i386 ) \
|
||||
|| defined( LIBCONTEXT_PLATFORM_msvc_arm64 ) )
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -1571,7 +1569,4 @@ void LIBCONTEXT_CALL_CONVENTION release_fcontext( fcontext_t ctx )
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif // defined(LIBCONTEXT_PLATFORM_msvc_x86_64) || defined(LIBCONTEXT_PLATFORM_msvc_i386)
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user