Changeset 21916 for trunk/src/winmm/waveoutdart.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/winmm/waveoutdart.cpp
r21358 r21916 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.