Commit 0e06d623 authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Fixed Solaris specific compiler issue.

parent 422a10a5
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment