bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] No compile Build Oct 15 (changelog 1738)


From: Nardy Pillards
Subject: Re: [Bug-gnubg] No compile Build Oct 15 (changelog 1738)
Date: Tue, 15 Oct 2002 16:02:15 +0200

This works fine:
(gnubg.c line 4331 and next)

#ifdef WIN32

    switch ( fThreadPriority ) {
    case THREAD_PRIORITY_ABOVE_NORMAL:
      fprintf ( pf, "set priority abovenormal\n" );
      break;
    case THREAD_PRIORITY_BELOW_NORMAL:
      fprintf ( pf, "set priority below normal\n" );
      break;
    case THREAD_PRIORITY_NORMAL:
      fprintf ( pf, "set priority normal\n" );
      break;
    case THREAD_PRIORITY_IDLE:
      fprintf ( pf, "set priority idle\n" );
      break;
    case THREAD_PRIORITY_HIGHEST:
      fprintf ( pf, "set priority high\n" );
      break;
    case THREAD_PRIORITY_TIME_CRITICAL:
      fprintf ( pf, "set priority realtime\n" );
      break;
    default:
      break;
    }

#endif /* WIN32 */

Nardy

----- Original Message -----
From: "Øystein O Johansen" <address@hidden>
To: <address@hidden>
Cc: "GNU Backgammon" <address@hidden>
Sent: Tuesday, October 15, 2002 3:58 PM
Subject: Re: [Bug-gnubg] No compile Build Oct 15 (changelog 1738)


>
> Can someone with access to the CVS update according to this:
>
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/bas
e/setthreadpriority.asp
>
> -Øystein
>
>
>
> -------------------------------------------------------------------
> The information contained in this message may be CONFIDENTIAL and is
> intended for the addressee only. Any unauthorised use, dissemination of
the
> information or copying of this message is prohibited. If you are not the
> addressee, please notify the sender immediately by return e-mail and
delete
> this message.
> Thank you.
>
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]