Changeset 21841 for branches/gcc-kmk/src/winmm/waveoutdart.cpp
- Timestamp:
- Dec 1, 2011, 10:19:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/winmm/waveoutdart.cpp
r21358 r21841 33 33 #include "misc.h" 34 34 #include "waveoutdart.h" 35 #include "init winmm.h"35 #include "initterm.h" 36 36 37 37 #define DBG_LOCALLOG DBG_waveoutdart … … 759 759 dprintf2(("WaveOutHandler %x %x %x", ulStatus, pBuffer, ulFlags)); 760 760 761 #ifdef __IBMC__ 761 762 ptib2 = (PTIB2)_getTIBvalue(offsetof(TIB, tib_ptib2)); 763 #else 764 PTIB ptib; 765 DosGetInfoBlocks(&ptib, NULL); 766 ptib2 = ptib->tib_ptib2; 767 #endif 768 762 769 if (ptib2 && HIBYTE(ptib2->tib2_ulpri) != PRTYC_TIMECRITICAL && 763 770 LOBYTE(ptib2->tib2_ulpri) != PRTYD_MAXIMUM)
Note:
See TracChangeset
for help on using the changeset viewer.