Fixed Solaris specific compiler issue.

This commit is contained in:
Patrik Stridvall 2000-02-26 13:16:13 +00:00 committed by Alexandre Julliard
parent 422a10a571
commit 0e06d62334
1 changed files with 1 additions and 1 deletions

View File

@ -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 )