Changeset 21342 for trunk/src/dsound


Ignore:
Timestamp:
Sep 22, 2009, 8:52:46 PM (16 years ago)
Author:
abwillis
Message:

VAC365 build updates. dsound update seems to help VAC308 some here too.

Location:
trunk/src/dsound
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dsound/dsmixer.cpp

    r5553 r21342  
    3434// It's allocated on demand by MixFunc.
    3535static signed long* mixbuf = NULL;   // pointer to the mixer data buffer
    36 static ulMixerBufferSize = 0;        // current size of the mixer buffer
     36static ULONG ulMixerBufferSize = 0;        // current size of the mixer buffer
    3737
    3838
  • trunk/src/dsound/makefile

    r10222 r21342  
    4141$(ODIN32_LIB)/kernel32.lib \
    4242$(ODIN32_LIB)/$(ODINCRT).lib \
    43 $(ODIN32_LIB)/libwrap.lib \
     43$(ODIN32_LIB)/libwrap0.lib \
     44$(ODIN32_LIB)/libwrap1.lib \
    4445$(ODIN32_LIB)/ole32.lib \
    4546OS2386.LIB \
Note: See TracChangeset for help on using the changeset viewer.