Show
Ignore:
Timestamp:
08/29/10 23:29:03 (21 months ago)
Author:
Carsten
Message:

More 64-bit Windows build fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/Libs/SoundSystem/SoundSysOpenAL/BufferManager.cpp

    r93 r140  
    6464 
    6565        const char*  DeviceNames=alcGetString(NULL, ALC_CAPTURE_DEVICE_SPECIFIER); 
    66         unsigned int Offset     =0; 
     66        size_t      Offset     =0; 
    6767        unsigned int DeviceNum  =0; 
    6868        std::string  DeviceName ="";