search for: prtyc_idletim

Displaying 1 result from an estimated 1 matches for "prtyc_idletim".

Did you mean: prtyc_idletime
2000 Dec 15
2
Ports
...+#endif -#if defined(_WIN32) || defined(__EMX__) +#if defined(_WIN32) || defined(__EMX__) || defined(__WATCOMC__) void *timer_start(void) { time_t *start = malloc(sizeof(time_t)); @@ -102,3 +116,9 @@ #endif +void lower_priority() +{ +#ifdef __OS2__ + DosSetPriority( PRTYS_PROCESS, PRTYC_IDLETIME, 16, 0 ); +#endif +} Index: oggenc/platform.h =================================================================== RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/platform.h,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 platform.h --- oggenc/platform.h 2000/09/07 00:57:47 1.1.1.1 +++ oggenc/plat...