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/SoundSysImpl.cpp

    r92 r140  
    7474        const char* DefaultDevice=alcGetString(NULL, ALC_DEFAULT_DEVICE_SPECIFIER); 
    7575 
    76         unsigned int Offset=0; 
     76        size_t      Offset=0; 
    7777        unsigned int DeviceNum=1; 
    7878 
     
    112112        const char* DefaultDevice=alcGetString(NULL, ALC_DEFAULT_ALL_DEVICES_SPECIFIER); 
    113113 
    114         unsigned int Offset=0; 
     114        size_t      Offset=0; 
    115115        unsigned int DeviceNum=1; 
    116116