mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
Fixed Solaris specific compiler issue.
This commit is contained in:
parent
422a10a571
commit
0e06d62334
@ -190,7 +190,7 @@ static void set_thread_context( struct thread *thread, unsigned int flags, CONTE
|
||||
file_set_error();
|
||||
}
|
||||
|
||||
#elif defined(__sun__)
|
||||
#elif defined(__sun) || defined(__sun__)
|
||||
|
||||
/* retrieve a thread context */
|
||||
static void get_thread_context( struct thread *thread, unsigned int flags, CONTEXT *context )
|
||||
|
Loading…
Reference in New Issue
Block a user