Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'symbol NT_TIB has not been declared' wcc error
(fix of commit 9483d5b) Open Watcom (as of v2 2024-11-02 Build) does not define NT_TIB type in winnt.h file. The workaround to define own minimal variant of the structure. * include/private/pthread_support.h [WOW64_THREAD_CONTEXT_WORKAROUND && __WATCOMC__ && GC_WIN32_THREADS] (GC_NT_TIB_s): Define struct; add comment. * include/private/pthread_support.h [WOW64_THREAD_CONTEXT_WORKAROUND && __WATCOMC__ && GC_WIN32_THREADS] (GC_NT_TIB) Define to `struct GC_NT_TIB_s` instead of `NT_TIB`.
- Loading branch information