Changeset 21342 for trunk/src/dsound
- Timestamp:
- Sep 22, 2009, 8:52:46 PM (16 years ago)
- Location:
- trunk/src/dsound
- Files:
-
- 2 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 -
trunk/src/dsound/makefile
r10222 r21342 41 41 $(ODIN32_LIB)/kernel32.lib \ 42 42 $(ODIN32_LIB)/$(ODINCRT).lib \ 43 $(ODIN32_LIB)/libwrap.lib \ 43 $(ODIN32_LIB)/libwrap0.lib \ 44 $(ODIN32_LIB)/libwrap1.lib \ 44 45 $(ODIN32_LIB)/ole32.lib \ 45 46 OS2386.LIB \
Note:
See TracChangeset
for help on using the changeset viewer.