mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-12 17:35:49 -04:00
deps: Add ARM64 definitions in w32-pthreads
Update w32-pthreads/context.h to include definitions for _M_ARM and _M_ARM64 in addition to existing ARM definitions.
This commit is contained in:
committed by
Ryan Foster
parent
73725c27d3
commit
0daa31355d
2
deps/w32-pthreads/context.h
vendored
2
deps/w32-pthreads/context.h
vendored
@@ -63,7 +63,7 @@
|
||||
#define PTW32_PROGCTR(Context) ((Context).Rip)
|
||||
#endif
|
||||
|
||||
#if defined(_ARM_) || defined(ARM)
|
||||
#if defined(_ARM_) || defined(ARM) || defined(_M_ARM) || defined(_M_ARM64)
|
||||
#define PTW32_PROGCTR(Context) ((Context).Pc)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user