Skip to content
Snippets Groups Projects
Commit 0e06d623 authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard
Browse files

Fixed Solaris specific compiler issue.

parent 422a10a5
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment