Changeset 1325
- Timestamp:
- Dec 9, 2008, 1:01:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/fm3dll.h
r1317 r1325 189 189 // #define priority_tweaked() DosSetPriority(PRTYS_THREAD,PRTYC_REGULAR,1L,0L) // Unused, 13 Sep 08 JBS 190 190 #define priority_bumped() DosSetPriority(PRTYS_THREAD,PRTYC_REGULAR,3L,0L) 191 #define priority_critical() DosSetPriority(PRTYS_THREAD,PRTYC_FOREGROUNDSERVER,2L,0L) // Unused, 13 Sep 08 JBS191 // #define priority_critical() DosSetPriority(PRTYS_THREAD,PRTYC_FOREGROUNDSERVER,2L,0L) // Unused, 13 Sep 08 JBS 192 192 // #define priority_max() DosSetPriority(PRTYS_THREAD,PRTYC_FOREGROUNDSERVER,31L,0L) // Unused, 13 Sep 08 JBS 193 193
Note:
See TracChangeset
for help on using the changeset viewer.