Changeset 21342 for trunk/src/dsound/dsmixer.cpp
- Timestamp:
- Sep 22, 2009, 8:52:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dsound/dsmixer.cpp
r5553 r21342 34 34 // It's allocated on demand by MixFunc. 35 35 static signed long* mixbuf = NULL; // pointer to the mixer data buffer 36 static ulMixerBufferSize = 0; // current size of the mixer buffer36 static ULONG ulMixerBufferSize = 0; // current size of the mixer buffer 37 37 38 38
Note:
See TracChangeset
for help on using the changeset viewer.